Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aliases that conform with other STL container types #2220

Closed
gmandhyan opened this issue Mar 11, 2024 · 2 comments · Fixed by #2223
Closed

Add aliases that conform with other STL container types #2220

gmandhyan opened this issue Mar 11, 2024 · 2 comments · Fixed by #2223
Labels
enhancement New feature

Comments

@gmandhyan
Copy link
Contributor

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 elBoberido added the enhancement New feature label Mar 11, 2024
@elBoberido
Copy link
Member

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

gmandhyan added a commit to gmandhyan/iceoryx that referenced this issue Mar 11, 2024
@gmandhyan
Copy link
Contributor Author

Have a PR up, appreciate your review 🙏
#2223

elfenpiff added a commit that referenced this issue Mar 12, 2024
…er-type-aliases

iox-#2220 Add missing type aliases for STL like containers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants