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

Implement extract/insert node for node based containers (C++17 standard) #468

Open
Woazboat opened this issue May 16, 2022 · 0 comments
Open

Comments

@Woazboat
Copy link

It would be nice to have the extract/insert functions for node based containers to allow no-copy splicing of elements

https://en.cppreference.com/w/cpp/container/node_handle
https://en.cppreference.com/w/cpp/container/set/extract
https://en.cppreference.com/w/cpp/container/set/insert (7-8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant