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