mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-04 15:59:19 +01:00
46 lines
1022 B
Plaintext
46 lines
1022 B
Plaintext
[/
|
|
/ Copyright 2017 Peter Dimov
|
|
/
|
|
/ Distributed under the Boost Software License, Version 1.0. (See
|
|
/ accompanying file LICENSE_1_0.txt or copy at
|
|
/ http://www.boost.org/LICENSE_1_0.txt)
|
|
/]
|
|
|
|
[library Boost.Mp11
|
|
[quickbook 1.6]
|
|
[id mp11]
|
|
[copyright 2015-2017 Peter Dimov]
|
|
[dirname mp11]
|
|
[license Distributed under the
|
|
[@http://boost.org/LICENSE_1_0.txt Boost Software License,
|
|
Version 1.0].
|
|
]
|
|
]
|
|
|
|
[template simplesect[title]
|
|
[block '''<simplesect><title>'''[title]'''</title>''']]
|
|
|
|
[template endsimplesect[]
|
|
[block '''</simplesect>''']]
|
|
|
|
[include mp11/overview.qbk]
|
|
[include mp11/definitions.qbk]
|
|
[include mp11/examples.qbk]
|
|
|
|
[section Reference]
|
|
|
|
The contents of the library are in namespace `boost::mp11`.
|
|
|
|
[include mp11/integral.qbk]
|
|
[include mp11/list.qbk]
|
|
[include mp11/utility.qbk]
|
|
[include mp11/algorithm.qbk]
|
|
[include mp11/set.qbk]
|
|
[include mp11/map.qbk]
|
|
[include mp11/function.qbk]
|
|
[include mp11/bind.qbk]
|
|
[include mp11/integer_sequence.qbk]
|
|
[include mp11/tuple_for_each.qbk]
|
|
|
|
[endsect]
|