1
0
forked from boostorg/core
Files
boost_core/doc/core.qbk

71 lines
1.7 KiB
Plaintext
Raw Normal View History

2014-06-04 21:23:29 -07:00
[/
Copyright 2014 Glen Joseph Fernandes
(glenjofe@gmail.com)
2014-06-04 21:23:29 -07:00
Distributed under the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt
or copy at http://boost.org/LICENSE_1_0.txt)
2014-06-04 21:23:29 -07:00
]
[library Boost.Core
2014-06-10 19:12:54 +03:00
[quickbook 1.6]
[id core]
[copyright 2014 Peter Dimov]
[copyright 2014 Glen Fernandes]
[copyright 2014 Andrey Semashev]
[dirname core]
[license Distributed under the
[@http://boost.org/LICENSE_1_0.txt Boost Software License,
Version 1.0].
]
]
2014-06-10 19:12:54 +03:00
[template simplesect[title]
[block '''<simplesect><title>'''[title]'''</title>''']]
[template endsimplesect[]
[block '''</simplesect>''']]
[section Introduction]
The Boost.Core library is a collection of core utilities. The
criteria for inclusion is that the utility component be:
* simple,
* used by other Boost libraries, and
* not dependent on any other Boost modules except Core
itself, Config, Assert, Static Assert, or Predef.
[endsect]
2014-06-10 19:12:54 +03:00
[include addressof.qbk]
2020-04-13 01:43:43 -04:00
[include allocator_access.qbk]
[include alloc_construct.qbk]
2020-12-30 20:34:34 +02:00
[include bit.qbk]
2014-06-10 19:12:54 +03:00
[include checked_delete.qbk]
2020-12-24 01:20:32 +02:00
[include cmath.qbk]
2019-04-24 22:21:13 -04:00
[include default_allocator.qbk]
2014-06-10 19:12:54 +03:00
[include demangle.qbk]
2018-08-26 10:07:19 -04:00
[include empty_value.qbk]
2014-06-10 19:12:54 +03:00
[include enable_if.qbk]
2018-07-17 00:27:10 -04:00
[include exchange.qbk]
2014-06-10 19:12:54 +03:00
[include explicit_operator_bool.qbk]
2019-05-13 13:55:54 -04:00
[include first_scalar.qbk]
2014-06-10 19:12:54 +03:00
[include ignore_unused.qbk]
[include is_same.qbk]
[include lightweight_test.qbk]
[include no_exceptions_support.qbk]
2019-04-27 19:14:10 -04:00
[include noinit_adaptor.qbk]
2014-06-10 19:12:54 +03:00
[include noncopyable.qbk]
[include null_deleter.qbk]
[include nvp.qbk]
2017-05-20 09:29:01 -04:00
[include pointer_traits.qbk]
2018-09-06 22:52:52 +03:00
[include quick_exit.qbk]
2014-06-10 19:12:54 +03:00
[include ref.qbk]
[include scoped_enum.qbk]
[include swap.qbk]
[include typeinfo.qbk]
2021-09-29 21:34:23 +03:00
[include type_name.qbk]
[include uncaught_exceptions.qbk]
2019-02-22 16:51:33 -05:00
[include use_default.qbk]