#include <_writable_iterator.hpp>
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. |
static void instigate::stl::writable_iterator::interface< T >::dereference_assign | ( | T | a, | |
const value_type & | b | |||
) | [inline, static] |
Assigns b to the dereference a.
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().