permutation_iterator.rst 931 B

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