|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <iterator_range.hpp>
Public Types | |
| typedef I | iterator |
| The mutating (non-const) iterator type. | |
| typedef base_type_traits< iterator >::base_type const & | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef select_first_type< base_value_type const &, base_value_type &, IS_CONST >::type | reference |
| The mutating (non-const) refernce type. | |
| typedef base_value_type const & | const_reference |
| The non-mutating (const) reference type. | |
|
|
The non-mutating (const) iterator type.
|
|
|
The non-mutating (const) reference type.
|
|
|
The mutating (non-const) iterator type.
|
|
|
The mutating (non-const) refernce type.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |