reverse_iterator_abstract.rst 294 B

123456789101112
  1. .. Copyright David Abrahams 2006. Distributed under the Boost
  2. .. Software License, Version 1.0. (See accompanying
  3. .. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. The reverse iterator adaptor iterates through the adapted iterator
  5. range in the opposite direction.