All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::concepts::Iterator< T > Struct Template Reference

Checks if a type is an iterator. More...

Inherits gears::concepts::And< Args >.

Detailed Description

template<typename T>
struct gears::concepts::Iterator< T >

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:

Template Parameters
TType to check.

Definition at line 77 of file concepts/iterator.hpp.