2006-09-11 22:27:29 +00:00
|
|
|
.. Distributed under the Boost
|
|
|
|
.. Software License, Version 1.0. (See accompanying
|
|
|
|
.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
2003-08-05 19:42:37 +00:00
|
|
|
++++++++++++++++++++++
|
|
|
|
Permutation Iterator
|
|
|
|
++++++++++++++++++++++
|
|
|
|
|
|
|
|
:Author: Toon Knapen, David Abrahams, Roland Richter, Jeremy Siek
|
|
|
|
:Contact: dave@boost-consulting.com, jsiek@osl.iu.edu
|
|
|
|
:organization: `Boost Consulting`_, Indiana University `Open Systems
|
|
|
|
Lab`_
|
|
|
|
:date: $Date$
|
2004-11-01 21:23:47 +00:00
|
|
|
:copyright: Copyright Toon Knapen, David Abrahams, Roland Richter, and Jeremy Siek 2003.
|
2003-08-05 19:42:37 +00:00
|
|
|
|
|
|
|
.. _`Boost Consulting`: http://www.boost-consulting.com
|
|
|
|
.. _`Open Systems Lab`: http://www.osl.iu.edu
|
|
|
|
|
|
|
|
:abstract:
|
|
|
|
|
2004-09-13 14:39:59 +00:00
|
|
|
.. include:: permutation_iter_abstract.rst
|
2003-08-05 19:42:37 +00:00
|
|
|
|
|
|
|
.. contents:: Table of Contents
|
|
|
|
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
|
|
|
.. include:: permutation_iterator_body.rst
|
|
|
|
|
|
|
|
|
|
|
|
Reference
|
|
|
|
=========
|
|
|
|
|
|
|
|
.. include:: permutation_iterator_ref.rst
|
2004-01-12 03:41:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
Example
|
|
|
|
=======
|
|
|
|
|
|
|
|
.. include:: permutation_iterator_eg.rst
|