Instigate Open Source Documentation

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

Requirements of the Single Pass Iterator. More...

#include <_single_pass_iterator.hpp>

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

instigate::stl::incrementable_iterator::requirements< T > instigate::generic::equality_comparable::requirements< T > instigate::generic::assignable::requirements< T > instigate::stl::forward_iterator::requirements< T > instigate::stl::bidirectional_iterator::requirements< T > instigate::stl::random_access_iterator::requirements< T >

List of all members.

Public Member Functions

 requirements ()

Static Public Member Functions

static void require_nested_typename_difference_type ()


Detailed Description

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

Requirements of the Single Pass Iterator.

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


Constructor & Destructor Documentation

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


Member Function Documentation

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

Require associated type difference_type as nested typedef in instigate::stl::single_pass_iterator::interface.

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


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


© Instigate CJSC, Open Source