]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/core/doc/core.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / core / doc / core.qbk
1 [/
2 Copyright (c) 2014 Glen Joseph Fernandes
3 glenfe at live dot com
4
5 Distributed under the Boost Software License,
6 Version 1.0. (See accompanying file LICENSE_1_0.txt
7 or copy at http://boost.org/LICENSE_1_0.txt)
8 ]
9
10 [library Boost.Core
11 [quickbook 1.6]
12 [id core]
13 [copyright 2014 Peter Dimov]
14 [copyright 2014 Glen Fernandes]
15 [copyright 2014 Andrey Semashev]
16 [dirname core]
17 [license Distributed under the
18 [@http://boost.org/LICENSE_1_0.txt Boost Software License,
19 Version 1.0].
20 ]
21 ]
22
23 [template simplesect[title]
24 [block '''<simplesect><title>'''[title]'''</title>''']]
25
26 [template endsimplesect[]
27 [block '''</simplesect>''']]
28
29 [section Introduction]
30
31 The Boost.Core library is a collection of core utilities. The
32 criteria for inclusion is that the utility component be:
33
34 * simple,
35 * used by other Boost libraries, and
36 * not dependent on any other Boost modules except Core
37 itself, Config, Assert, Static Assert, or Predef.
38
39 [endsect]
40
41 [include addressof.qbk]
42 [include checked_delete.qbk]
43 [include demangle.qbk]
44 [include enable_if.qbk]
45 [include explicit_operator_bool.qbk]
46 [include ignore_unused.qbk]
47 [include is_same.qbk]
48 [include lightweight_test.qbk]
49 [include no_exceptions_support.qbk]
50 [include noncopyable.qbk]
51 [include null_deleter.qbk]
52 [include ref.qbk]
53 [include scoped_enum.qbk]
54 [include swap.qbk]
55 [include typeinfo.qbk]