Checks if a type is an iterator. More...
Inherits gears::concepts::And< Args >.
A Unary concept to check if a type is an iterator. Note that this doesn't mean that it inherits from std::iterator
.
In order to meet this concept, the type must meet these concepts:
T | Type to check. |
Definition at line 77 of file concepts/iterator.hpp.