Index the iterator. More...
#include <index.h>
Public Types | |
| typedef Base::first_argument_type | first_argument_type |
| The first argument type. | |
| typedef Base::second_argument_type | second_argument_type |
| The second argument type. | |
| typedef Base::result_type | result_type |
| The result type. | |
Public Member Functions | |
| result_type | operator() (first_argument_type x, second_argument_type i) const |
Return x[i]. | |
Index the iterator.
1.6.3