Files
boost_iterator/doc/reverse_iterator_abstract.rst

7 lines
285 B
ReStructuredText
Raw Normal View History

.. 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.