transform_iterator.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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. Transform Iterator
  6. ++++++++++++++++++++
  7. :Author: David Abrahams, Jeremy Siek, Thomas Witt
  8. :Contact: dave@boost-consulting.com, jsiek@osl.iu.edu, witt@ive.uni-hannover.de
  9. :organization: `Boost Consulting`_, Indiana University `Open Systems
  10. Lab`_, University of Hanover `Institute for Transport
  11. Railway Operation and Construction`_
  12. :date: $Date$
  13. :copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003.
  14. .. _`Boost Consulting`: http://www.boost-consulting.com
  15. .. _`Open Systems Lab`: http://www.osl.iu.edu
  16. .. _`Institute for Transport Railway Operation and Construction`: http://www.ive.uni-hannover.de
  17. :abstract:
  18. .. include:: transform_iterator_abstract.rst
  19. .. contents:: Table of Contents
  20. ``transform_iterator`` synopsis
  21. ...............................
  22. .. include:: transform_iterator_ref.rst
  23. .. include:: make_transform_iterator.rst
  24. .. include:: transform_iterator_eg.rst