Instigate Open Source Documentation

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

Requirements of the Writable Iterator Concept. More...

#include <_writable_iterator.hpp>

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

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

List of all members.

Public Types

typedef
instigate::stl::writable_iterator::interface
< T >::value_type 
value_type
 value type of writable_iterator

Public Member Functions

 requirements ()
 Constructor.

Static Public Member Functions

static void require_nested_typename_value_type ()
static void require_dereference_assign (T a, const value_type &b)


Detailed Description

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

Requirements of the Writable Iterator Concept.

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


Constructor & Destructor Documentation

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


Member Function Documentation

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

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

template<typename T>
static void instigate::stl::writable_iterator::requirements< T >::require_dereference_assign ( a,
const value_type b 
) [inline, static]


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


© Instigate CJSC, Open Source