blob: 0eaaf6753d8c849346d52058b7956dd90e51f6fc [file] [log] [blame]
Brian Silverman407d3cd2018-08-04 17:48:52 -07001[/
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
31The Boost.Core library is a collection of core utilities. The
32criteria 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 exchange.qbk]
46[include explicit_operator_bool.qbk]
47[include ignore_unused.qbk]
48[include is_same.qbk]
49[include lightweight_test.qbk]
50[include no_exceptions_support.qbk]
51[include noncopyable.qbk]
52[include null_deleter.qbk]
53[include pointer_traits.qbk]
54[include ref.qbk]
55[include scoped_enum.qbk]
56[include swap.qbk]
57[include typeinfo.qbk]