Blame view

3rdparty/boost_1_81_0/libs/mp11/doc/mp11.adoc 1015 Bytes
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  ////
  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
  ////
  
  # Boost.Mp11: A C++11 metaprogramming library
  Peter Dimov
  :toc: left
  :toclevels: 3
  :idprefix:
  :listing-caption: Code Example
  :table-caption: Illustration
  :docinfo: private-footer
  :source-highlighter: rouge
  :source-language: c++
  
  :leveloffset: +1
  
  include::mp11/overview.adoc[]
  
  include::mp11/definitions.adoc[]
  
  include::mp11/examples.adoc[]
  
  include::mp11/changelog.adoc[]
  
  include::mp11/reference.adoc[]
  
  :leveloffset: -1
  
  [appendix]
  ## Copyright, License, and Acknowledgments
  
  This documentation is
  
  * Copyright 2017-2019 Peter Dimov
  * Copyright 2017 Bjørn Reese
  
  and is distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
  
  The "Simple {cpp}11 metaprogramming" articles have been graciously converted to Asciidoc format for incorporation
  into this documentation by Glen Fernandes.