]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/iterator/doc/permutation_iter_abstract.rst
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / iterator / doc / permutation_iter_abstract.rst
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
5 The permutation iterator adaptor provides a permuted view of a given
6 range. That is, the view includes every element of the given range but
7 in a potentially different order.
8