All Major C++17 Features You Should Know(cppstories.com)
cppstories.com
All Major C++17 Features You Should Know
https://www.cppstories.com/2017/01/cpp17features/
3 comments
Thank you! I do this kind of operation a lot and had no idea this new method existed in C++17.
One thing that I miss in C++ is a bit more clarity on how copy elision and NRVO kick in. To me it feels a bit hand-wavy.
This article makes a good point in showcasing clear examples.
This article makes a good point in showcasing clear examples.
Used to update map keys without reallocation.