zip_iterator.rst 804 B

1234567891011121314151617181920212223242526272829
  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. Zip Iterator
  6. +++++++++++++
  7. :Author: David Abrahams, Thomas Becker
  8. :Contact: dave@boost-consulting.com, thomas@styleadvisor.com
  9. :organization: `Boost Consulting`_, `Zephyr Associates, Inc.`_
  10. :date: $Date$
  11. :copyright: Copyright David Abrahams and Thomas Becker 2003.
  12. .. _`Boost Consulting`: http://www.boost-consulting.com
  13. .. _`Zephyr Associates, Inc.`: http://www.styleadvisor.com
  14. :abstract:
  15. .. include:: zip_iterator_abstract.rst
  16. .. contents:: Table of Contents
  17. ``zip_iterator`` synopsis
  18. ...............................
  19. .. include:: zip_iterator_ref.rst
  20. .. include:: make_zip_iterator.rst
  21. .. include:: zip_iterator_eg.rst