Instigate Open Source Documentation

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

Requirements of the Readable Iterator. More...

#include <_readable_iterator.hpp>

Inheritance diagram for instigate::stl::readable_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 the const_dereference() method, which must be defined in the instigate::stl::readable_iterator::interface.


Detailed Description

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

Requirements of the Readable Iterator.

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


Constructor & Destructor Documentation

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


Member Function Documentation

template<typename T>
static void instigate::stl::readable_iterator::requirements< T >::require_nested_typename_value_type (  )  [inline, static]

Require associated type value_type as nested typedef in instigate::stl::readable_iterator::interface.

Referenced by instigate::stl::readable_iterator::requirements< T >::requirements().


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


© Instigate CJSC, Open Source