You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Brief feature description
iceoryx builtin types like
iox::cxx::string
andiox::cxx::vector
should be supportedDetailed 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
orIoxCxxString
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.
The text was updated successfully, but these errors were encountered: