...

/

Concepts in the <iterator> Header

Concepts in the <iterator> Header

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

In the <iterator> header, we’ll find concepts that can be very useful in dealing with algorithms. The functions in <iterator> do not operate directly on containers but through iterators.

std::indirect_unary_predicate<F, I>

Some concepts are related to ...