Checks if a type is an output iterator. More...
Inherits gears::concepts::And< Args >.
A Unary concept that checks if a type is an output 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 113 of file concepts/iterator.hpp.