...

/

Concepts in the <ranges> Header

Concepts in the <ranges> Header

Get an overview of the concepts in the <ranges> header shipped with the C++ standard library.

What’s in the <ranges> header?

In the <ranges> header, we’ll find concepts that describe the requirements on different types of ranges. ...