#include <_readable_iterator.hpp>
Public Types | |
typedef instigate::stl::interface< T > ::value_type | value_type |
value_type is the type of the iterator's value. | |
typedef const instigate::stl::interface< T > ::value_type & | const_reference |
const_reference type | |
Static Public Member Functions | |
static const_reference | const_dereference (const T &a) |
Return the content of a. |
static const_reference instigate::stl::readable_iterator::interface< T >::const_dereference | ( | const T & | a | ) | [inline, static] |
Return the content of a.
a | - iterator to be dereferenced |
References instigate::stl::interface< T >::const_dereference().
Referenced by instigate::stl::const_dereference(), and instigate::stl::readable_iterator::requirements< T >::require_dereference().