eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.68k stars 393 forks source link

Add aliases that conform with other STL container types #2220

Closed gmandhyan closed 8 months ago

gmandhyan commented 8 months ago

Brief feature description

Add aliases that conform with other STL container types

Detailed information

The current iox container types such miss a lot of aliases normally present in STL type containers, such as size_type, index_type, reference, const_reference, difference_type. These are normally useful in writing type traits for STL and STL-like container types and are used a lot in templated code.

elBoberido commented 8 months ago

@gmandhyan would be great to have those aliases. Patches welcome :)

gmandhyan commented 8 months ago

Have a PR up, appreciate your review 🙏 https://github.com/eclipse-iceoryx/iceoryx/pull/2223