|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <adaptors.hpp>
Public Types | |
| typedef R | range_type |
| The range type. | |
| typedef R::iterator | iterator |
| The iterator type. | |
| typedef R::value_type | value_type |
| The value type. | |
| typedef r_back_insert_range< R > | class_type |
| The type of this instantiation. | |
Public Methods | |
| r_back_insert_range (R &r) | |
| Constructor. | |
| operator bool () const | |
| Indicates whether the range is open. | |
| value_type | operator * () |
| Returns the current value in the range. | |
| class_type & | operator++ () |
| Advances the current position in the range. | |
| class_type | operator++ (int) |
| Advances the current position in the range, returning a copy of the range prior to its being advanced. | |
| iterator | begin () |
| Returns an iterator to the current position of the range. | |
| iterator | end () |
| Returns an iterator to the end of the range. | |
|
|
The type of this instantiation.
|
|
|
The iterator type.
|
|
|
The range type.
|
|
|
The value type.
|
|
|
Constructor.
|
|
|
Returns an iterator to the current position of the range.
|
|
|
Returns an iterator to the end of the range.
|
|
|
Returns the current value in the range.
|
|
|
Indicates whether the range is open.
|
|
|
Advances the current position in the range, returning a copy of the range prior to its being advanced.
|
|
|
Advances the current position in the range.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |