Introduction
Explore the recent changes in the C++17 Standard Library, including the introduction of std::byte, new functionalities in containers like maps and sets, new sampling algorithms, and improvements in memory management such as polymorphic allocators. Understand additions like constexpr functions and how scoped_lock improves mutex handling to enhance your programming skills.
We'll cover the following...
We'll cover the following...
C++17 is a significant update for the language, and it brings a lot of features in the Standard Library.
So far, this book has covered the most important aspects, but there ...