#include <_lvalue_iterator.hpp>
Public Types | |
typedef instigate::stl::interface< T > ::value_type | value_type |
type of the iterator value | |
Static Public Member Functions | |
static value_type & | dereference (const T &a) |
Get the content of a. |
static value_type& instigate::stl::lvalue_iterator::interface< T >::dereference | ( | const T & | a | ) | [inline, static] |
Get the content of a.
a | - the object to be dereferenced |
References instigate::stl::interface< T >::dereference().
Referenced by instigate::stl::dereference(), and instigate::stl::lvalue_iterator::requirements< T >::require_dereference().