Blame view

3rdparty/boost_1_81_0/libs/tti/doc/tti.qbk 1.63 KB
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
47
48
49
50
51
  [/ 
    (C) Copyright Edward Diener 2011-2013,2019,2020
    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 The Type Traits Introspection Library
      [quickbook 1.5]
      [id tti]
      [dirname tti]
      [copyright 2011-2013 Tropic Software East Inc]
      [purpose Compile time introspection of a type]
      [category template]
      [category generic]
      [authors [Diener, Edward]]
      [source-mode c++]
      [license
          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])
      ]
  ]
   
  [include tti_introduction.qbk]
  [include tti_why.qbk]
  [include tti_terminology.qbk]
  [include tti_functionality.qbk]
  [include tti_detail.qbk]
  [include tti_detail_has_type.qbk]
  [include tti_detail_has_template.qbk]
  [include tti_function_templates.qbk]
  [include tti_detail_has_member_data.qbk]
  [include tti_detail_has_member_function.qbk]
  [include tti_detail_has_member_function_template.qbk]
  [include tti_detail_has_static_member_data.qbk]
  [include tti_detail_has_static_member_function.qbk]
  [include tti_detail_has_static_member_function_template.qbk]
  [include tti_detail_has_data.qbk]
  [include tti_detail_has_function.qbk]
  [include tti_detail_has_function_template.qbk]
  [include tti_nested_type.qbk]
  [include tti_nested_type_and_signatures.qbk]
  [include tti_enclosing_type.qbk]
  [include tti_using_mm.qbk]
  [include tti_reference.qbk]
  [include tti_tests.qbk]
  [include tti_history.qbk]
  [include tti_to_do.qbk]
  [include tti_acknowledgements.qbk]
  [include tti_index.qbk]