]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/range/doc/reference/overview.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / range / doc / reference / overview.qbk
CommitLineData
7c673cae
FG
1[/
2 Copyright 2010 Neil Groves
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5/]
6[section:overview Overview]
7
8Three types of objects are currently supported by the library:
9
10* standard-like containers
11* `std::pair<iterator,iterator>`
12* built-in arrays
13
14Even though the behavior of the primary templates are exactly such that standard containers will be supported by default, the requirements are much lower than the standard container requirements. For example, the utility class __iterator_range__ implements the __minimal_interface__ required to make the class a __forward_range__.
15
16Please also see __range_concepts__ for more details.
17
18[endsect]
19