Instigate Open Source Documentation

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

Requirements of the instigate::stl::bidirectional_iterator. More...

#include <_bidirectional_iterator.hpp>

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

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

List of all members.

Public Member Functions

 requirements ()
 The only available constructor.

Static Public Member Functions

static void require_decrement (T &a)
 Require the decrement() method, which must be defined in the instigate::stl::bidirectional_iterator::interface.


Detailed Description

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

Requirements of the instigate::stl::bidirectional_iterator.

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


Constructor & Destructor Documentation

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


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


© Instigate CJSC, Open Source