]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/unordered/doc/unordered.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / unordered / doc / unordered.qbk
1 [/ Copyright 2006-2008 Daniel James.
2 / Distributed under the Boost 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 [library Boost.Unordered
6 [quickbook 1.5]
7 [authors [James, Daniel]]
8 [copyright 2003 2004 Jeremy B. Maitin-Shepard]
9 [copyright 2005 2006 2007 2008 Daniel James]
10 [purpose std::tr1 compliant hash containers]
11 [id unordered]
12 [dirname unordered]
13 [license
14 Distributed under the Boost Software License, Version 1.0.
15 (See accompanying file LICENSE_1_0.txt or copy at
16 [@http://www.boost.org/LICENSE_1_0.txt])
17 ]
18 ]
19
20 [template diagram[name] '''<inlinemediaobject>
21 <imageobject role="html">
22 <imagedata align = "center" fileref="../../libs/unordered/doc/diagrams/'''[name]'''.png"></imagedata>
23 </imageobject>
24 <imageobject role="print">
25 <imagedata align = "center" fileref="../../libs/unordered/doc/diagrams/'''[name]'''.svg"></imagedata>
26 </imageobject>
27 </inlinemediaobject>''']
28
29
30 [include:unordered intro.qbk]
31 [include:unordered buckets.qbk]
32 [include:unordered hash_equality.qbk]
33 [include:unordered comparison.qbk]
34 [include:unordered compliance.qbk]
35 [include:unordered rationale.qbk]
36 [include:unordered changes.qbk]
37 [xinclude ref.xml]
38 [xinclude bibliography.xml]