Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / iterator / doc / iterator_adaptor.rst
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  Iterator Adaptor
7 +++++++++++++++++
8
9 :Author: David Abrahams, Jeremy Siek, Thomas Witt
10 :Contact: dave@boost-consulting.com, jsiek@osl.iu.edu, witt@ive.uni-hannover.de
11 :organization: `Boost Consulting`_, Indiana University `Open Systems
12                Lab`_, University of Hanover `Institute for Transport
13                Railway Operation and Construction`_
14 :date: $Date$
15 :copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. 
16
17 .. _`Boost Consulting`: http://www.boost-consulting.com
18 .. _`Open Systems Lab`: http://www.osl.iu.edu
19 .. _`Institute for Transport Railway Operation and Construction`: http://www.ive.uni-hannover.de
20
21 :abstract:
22
23 .. include:: iterator_adaptor_abstract.rst
24
25 .. contents:: Table of Contents
26
27 Overview
28 ========
29
30 .. include:: iterator_adaptor_body.rst
31
32
33 Reference
34 =========
35
36 .. include:: iterator_adaptor_ref.rst
37
38 Tutorial Example
39 ================
40
41 .. include:: iterator_adaptor_tutorial.rst