1
0
forked from boostorg/mp11
Files
boost_mp11/doc/mp11.adoc

40 lines
753 B
Plaintext
Raw Normal View History

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
2017-06-07 00:02:25 +03:00
include::mp11/reference.adoc[]
:leveloffset: -1
[appendix]
## Copyright and License
This documentation is
* Copyright 2017 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].