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