-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Brief feature description
iceoryx builtin types like iox::cxx::string
and iox::cxx::vector
should be supported
Detailed information
The idea is to have something similar to this https://docs.rs/cxx/latest/cxx/#builtin-types
So there would be a CxxString
, IoxString
or IoxCxxString
which would have the same layout as the C++ counterpart. What makes things interesting is the template argument but that should also be solvable.
We would have to be really carefully with this and need to adapt the types when the ABI of the C++ counterpart changes.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request