mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-12 05:51:37 +00:00
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.
|
|
|