]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/bimap/doc/toolbox.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / bimap / doc / toolbox.qbk
CommitLineData
7c673cae
FG
1[/license
2
3Boost.Bimap
4
5Copyright (c) 2006-2007 Matias Capeletto
6
7Distributed under the Boost Software License, Version 1.0.
8(See accompanying file LICENSE_1_0.txt or copy at
9http://www.boost.org/LICENSE_1_0.txt)
10
11]
12
13[/ QuickBook Document version 1.4 ]
14
15[section Bimap Toolbox]
16
17[section Mutant]
18
19[tip
20A mutant class defines storage compatible views in its declaration.
21You can the use the mutate<View>(m) function to get a view of the
22data with zero overhead.
23]
24
25__UNDER_CONSTRUCTION__
26
27[endsect]
28
29[section Structured_pair]
30
31[tip
32A structured pair allows you to control the order of the two types.
33You can instantiate it so the ['second] member appears in the first
34position.
35]
36
37__UNDER_CONSTRUCTION__
38
39
40[endsect]
41
42[section Tagged]
43
44[tip
45Tagged idiom and support metafunctions.
46]
47
48__UNDER_CONSTRUCTION__
49
50
51[endsect]
52
53[section Relation]
54
55[tip
56The bidirectional std::pair cousin.
57]
58
59__UNDER_CONSTRUCTION__
60
61[endsect]
62
63[section Container_adaptor]
64
65[tip
66Easy way to adapt a container so it behaves different in some aspect.
67It is the same concept that is use in iterator_adaptor.
68]
69
70__UNDER_CONSTRUCTION__
71
72[endsect]
73
74
75[endsect]