Concepts in the <ranges> Header
Get an overview of the concepts in the <ranges> header shipped with the C++ standard library.
We'll cover the following...
What’s in the <ranges>
header?
In the <ranges>
header, we’ll find concepts that describe the requirements on different types of ranges. ...