iterator/doc/reverse_iterator_abstract.rst
2003-08-05 19:42:37 +00:00

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.