Exploring the Standard Library
During a talk at work, I decided to present some common scenarios I saw during code reviews and show some cool C++ library feature alternatives!
Some of the items discussed were:
- std::any
 - std::remove_if
 - std::erase
 - std::transform
 - std::accumulate
 - std::for_each
 - std::exchange
 - std::clamp
 - std::all_of
 
Feel free to check out the presentation below!
 This post is licensed under  CC BY 4.0  by the author.