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