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

Checks if a type is a mutable random access iterator. More...

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

Detailed Description

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

A Unary concept that checks if a type is a mutable random access 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 227 of file concepts/iterator.hpp.