Instigate Open Source Documentation

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

Interface of the Writable Iterator Concept. More...

#include <_writable_iterator.hpp>

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

instigate::generic::assignable::interface< T >

List of all members.

Public Types

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

Static Public Member Functions

static void dereference_assign (T a, const value_type &b)
 Assigns b to the dereference a.


Detailed Description

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

Interface of the Writable Iterator Concept.

Member Function Documentation

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

Assigns b to the dereference a.

Parameters:
a Object to be dereferenced and assigned
b Object to assign

References instigate::stl::interface< T >::dereference_assign().

Referenced by instigate::stl::dereference_assign(), and instigate::stl::writable_iterator::requirements< T >::require_dereference_assign().


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


© Instigate CJSC, Open Source