mp11.adoc 966 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ////
  2. Copyright 2017 Peter Dimov
  3. Distributed under the Boost Software License, Version 1.0.
  4. See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt
  6. ////
  7. # Boost.Mp11: A C++11 metaprogramming library
  8. Peter Dimov
  9. :toc: left
  10. :toclevels: 3
  11. :idprefix:
  12. :listing-caption: Code Example
  13. :table-caption: Illustration
  14. :docinfo: private-footer
  15. :leveloffset: +1
  16. include::mp11/overview.adoc[]
  17. include::mp11/definitions.adoc[]
  18. include::mp11/examples.adoc[]
  19. include::mp11/changelog.adoc[]
  20. include::mp11/reference.adoc[]
  21. :leveloffset: -1
  22. [appendix]
  23. ## Copyright, License, and Acknowledgments
  24. This documentation is
  25. * Copyright 2017-2019 Peter Dimov
  26. * Copyright 2017 Bjørn Reese
  27. and is distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
  28. The "Simple {cpp}11 metaprogramming" articles have been graciously converted to Asciidoc format for incorporation
  29. into this documentation by Glen Fernandes.