]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/iterator/doc/transform_iterator.rst
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / iterator / doc / transform_iterator.rst
CommitLineData
7c673cae
FG
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 Transform Iterator
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:: transform_iterator_abstract.rst
24
25.. contents:: Table of Contents
26
27``transform_iterator`` synopsis
28...............................
29
30.. include:: transform_iterator_ref.rst
31.. include:: make_transform_iterator.rst
32.. include:: transform_iterator_eg.rst