File: tti.qbk

package info (click to toggle)
boost1.74 1.74.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464,084 kB
  • sloc: cpp: 3,338,324; xml: 131,293; python: 33,088; ansic: 14,336; asm: 4,034; sh: 3,351; makefile: 1,193; perl: 1,036; yacc: 478; php: 212; ruby: 102; lisp: 24; sql: 13; csh: 6
file content (51 lines) | stat: -rw-r--r-- 1,673 bytes parent folder | download | duplicates (7)
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]