Hacker News new | ask | show | jobs
by ricardou 1347 days ago
One I didn't see here which has been a pleasure to use lately: https://en.cppreference.com/w/cpp/container/map/extract

Used to update map keys without reallocation.

1 comments

Thank you! I do this kind of operation a lot and had no idea this new method existed in C++17.