Execution Policies

This lesson explains execution policies (introduced in C++ 17) in detail.

We'll cover the following...

The Standard Template Library has more than 100 algorithms for searching, counting, and manipulating ranges and their elements. With C++17, 69 ...