1.. 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++++++++++++++++++++++ 6 Permutation Iterator 7++++++++++++++++++++++ 8 9:Author: Toon Knapen, David Abrahams, Roland Richter, Jeremy Siek 10:Contact: dave@boost-consulting.com, jsiek@osl.iu.edu 11:organization: `Boost Consulting`_, Indiana University `Open Systems 12 Lab`_ 13:date: $Date$ 14:copyright: Copyright Toon Knapen, David Abrahams, Roland Richter, and Jeremy Siek 2003. 15 16.. _`Boost Consulting`: http://www.boost-consulting.com 17.. _`Open Systems Lab`: http://www.osl.iu.edu 18 19:abstract: 20 21 .. include:: permutation_iter_abstract.rst 22 23.. contents:: Table of Contents 24 25 26Introduction 27============ 28 29.. include:: permutation_iterator_body.rst 30 31 32Reference 33========= 34 35.. include:: permutation_iterator_ref.rst 36 37 38Example 39======= 40 41.. include:: permutation_iterator_eg.rst 42