#include <_lvalue_iterator.hpp>
Public Member Functions | |
requirements () | |
The only available constructor. | |
Static Public Member Functions | |
static void | require_nested_typename_value_type () |
static void | require_dereference (const T &a) |
Require dereference() method which must be defined in the instigate::stl::lvalue_iterator::interface. |
instigate::stl::lvalue_iterator::requirements< T >::requirements | ( | ) | [inline] |
The only available constructor.
Check the requirements of the instigate::stl:: lvalue_iterator "Lvalue Iterator" concept
Reimplemented from instigate::generic::assignable::requirements< T >.
References instigate::stl::lvalue_iterator::requirements< T >::require_dereference(), and instigate::stl::lvalue_iterator::requirements< T >::require_nested_typename_value_type().
static void instigate::stl::lvalue_iterator::requirements< T >::require_nested_typename_value_type | ( | ) | [inline, static] |
Require associated type value_type as nested typedef in instigate::stl::lvalue_iterator::interface.
Referenced by instigate::stl::lvalue_iterator::requirements< T >::requirements().