C++ Weekly Episode 14: Standard Library Gems: `next` and `exchange`—Jason Turner
Episode 14 of C++ Weekly.
Standard Library Gems: `next` and `exchange`
by Jason Turner
About the show:
In this episode Jason discusses two somewhat obscure and surprisingly helpful C++ standard library functions, std::next which was introduced in C++11 and std::exchange which was introduced in C++14.