Skip to content

how to support new type, like Ice::optional #183

Closed
@stan1334

Description

@stan1334

/**

https://doc.zeroc.com/ice/3.7/best-practices/optional-values

reflect-cpp supports the following containers from the C++ standard library:
std::array
std::deque
std::filesystem::path
std::forward_list
std::map
std::multimap
std::multiset
std::list
std::optional
std::pair
std::set
std::shared_ptr
std::string
std::tuple
std::unique_ptr
std::unordered_map
std::unordered_multimap
std::unordered_multiset
std::unordered_set
std::variant
std::vector
std::wstring

if i want add new type Ice::optional,how to do,Please give me some guidance, thanks.

@liuzicheng1987
@zerolfx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions