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

Checks if a type is a mutable forward iterator. More...

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

Detailed Description

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

A Unary concept that checks if a type is a mutable forward iterator. Note that this doesn't mean it inherits from std::iterator.

In order to meet this concept, the type must be:

Template Parameters
TType to check.

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