2017-06-07 00:02:25 +03:00
|
|
|
////
|
|
|
|
|
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
|
|
|
|
|
////
|
|
|
|
|
|
2017-06-10 03:44:31 +03:00
|
|
|
# Boost.Mp11: A C++11 metaprogramming library
|
2017-06-07 00:02:25 +03:00
|
|
|
Peter Dimov
|
|
|
|
|
:toc: left
|
|
|
|
|
:toclevels: 3
|
|
|
|
|
:idprefix:
|
2017-06-10 03:44:31 +03:00
|
|
|
:listing-caption: Code Example
|
|
|
|
|
:table-caption: Illustration
|
2017-06-11 04:35:34 +03:00
|
|
|
:docinfo: private-footer
|
2017-06-07 00:02:25 +03:00
|
|
|
|
|
|
|
|
:leveloffset: +1
|
|
|
|
|
|
|
|
|
|
include::mp11/overview.adoc[]
|
2017-06-07 00:05:57 +03:00
|
|
|
|
2017-06-07 00:02:25 +03:00
|
|
|
include::mp11/definitions.adoc[]
|
2017-06-07 00:05:57 +03:00
|
|
|
|
2017-06-07 00:02:25 +03:00
|
|
|
include::mp11/examples.adoc[]
|
2017-06-07 00:05:57 +03:00
|
|
|
|
2019-01-30 01:24:28 +02:00
|
|
|
include::mp11/changelog.adoc[]
|
|
|
|
|
|
2017-06-07 00:02:25 +03:00
|
|
|
include::mp11/reference.adoc[]
|
|
|
|
|
|
|
|
|
|
:leveloffset: -1
|
|
|
|
|
|
|
|
|
|
[appendix]
|
2017-08-04 00:56:32 +03:00
|
|
|
## Copyright, License, and Acknowledgments
|
2017-06-07 00:02:25 +03:00
|
|
|
|
|
|
|
|
This documentation is
|
|
|
|
|
|
2019-02-15 03:09:07 +02:00
|
|
|
* Copyright 2017-2019 Peter Dimov
|
2017-06-17 19:44:32 +03:00
|
|
|
* Copyright 2017 Bjørn Reese
|
|
|
|
|
|
|
|
|
|
and is distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
|
2017-08-04 00:56:32 +03:00
|
|
|
|
|
|
|
|
The "Simple {cpp}11 metaprogramming" articles have been graciously converted to Asciidoc format for incorporation
|
|
|
|
|
into this documentation by Glen Fernandes.
|