Unary function for indexing an iterator. More...
#include <index.h>
Public Types | |
| typedef Base::argument_type | argument_type |
| The argument type. | |
| typedef Base::result_type | result_type |
| The result type. | |
| typedef RAIter | iterator |
| The iterator type. | |
Public Member Functions | |
| IndexIterUnary (iterator i) | |
| Construct from an iterator. | |
| result_type | operator() (argument_type n) const |
| Return the n_th element of the array. | |
Unary function for indexing an iterator.
1.6.3