Instigate Open Source Documentation

instigate::stl::lvalue_iterator::requirements< T > Struct Template Reference

This code will compile if and only if T is a model of the instigate::stl::lvalue_iterator concept. More...

#include <_lvalue_iterator.hpp>

Inheritance diagram for instigate::stl::lvalue_iterator::requirements< T >:

instigate::generic::assignable::requirements< T >

List of all members.

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.


Detailed Description

template<typename T>
struct instigate::stl::lvalue_iterator::requirements< T >

This code will compile if and only if T is a model of the instigate::stl::lvalue_iterator concept.

Constructor & Destructor Documentation

template<typename T>
instigate::stl::lvalue_iterator::requirements< T >::requirements (  )  [inline]


Member Function Documentation

template<typename T>
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().


The documentation for this struct was generated from the following file:


© Instigate CJSC, Open Source