forked from boostorg/iterator
7 lines
285 B
ReStructuredText
7 lines
285 B
ReStructuredText
![]() |
.. I think we'd better strike the old reverse_iterator text from the standard, eh?
|
||
|
|
||
|
The reverse iterator adaptor flips the direction of a base iterator's
|
||
|
motion. Invoking ``operator++()`` moves the base iterator backward and
|
||
|
invoking ``operator--()`` moves the base iterator forward.
|
||
|
|