1[/ 2 (C) Copyright Edward Diener 2011-2013,2019,2020 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 8[library The Type Traits Introspection Library 9 [quickbook 1.5] 10 [id tti] 11 [dirname tti] 12 [copyright 2011-2013 Tropic Software East Inc] 13 [purpose Compile time introspection of a type] 14 [category template] 15 [category generic] 16 [authors [Diener, Edward]] 17 [source-mode c++] 18 [license 19 Distributed under the Boost Software License, Version 1.0. 20 (See accompanying file LICENSE_1_0.txt or copy at 21 [@http://www.boost.org/LICENSE_1_0.txt]) 22 ] 23] 24 25[include tti_introduction.qbk] 26[include tti_why.qbk] 27[include tti_terminology.qbk] 28[include tti_functionality.qbk] 29[include tti_detail.qbk] 30[include tti_detail_has_type.qbk] 31[include tti_detail_has_template.qbk] 32[include tti_function_templates.qbk] 33[include tti_detail_has_member_data.qbk] 34[include tti_detail_has_member_function.qbk] 35[include tti_detail_has_member_function_template.qbk] 36[include tti_detail_has_static_member_data.qbk] 37[include tti_detail_has_static_member_function.qbk] 38[include tti_detail_has_static_member_function_template.qbk] 39[include tti_detail_has_data.qbk] 40[include tti_detail_has_function.qbk] 41[include tti_detail_has_function_template.qbk] 42[include tti_nested_type.qbk] 43[include tti_nested_type_and_signatures.qbk] 44[include tti_enclosing_type.qbk] 45[include tti_using_mm.qbk] 46[include tti_reference.qbk] 47[include tti_tests.qbk] 48[include tti_history.qbk] 49[include tti_to_do.qbk] 50[include tti_acknowledgements.qbk] 51[include tti_index.qbk] 52