permutation_iter_abstract.rst 363 B

12345678
  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 permutation iterator adaptor provides a permuted view of a given
  5. range. That is, the view includes every element of the given range but
  6. in a potentially different order.