tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
type_traits.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4
#
ifndef
TETL_TYPETRAITS_HPP
5
#
define
TETL_TYPETRAITS_HPP
6
7
/// \defgroup type_traits type_traits
8
/// Compile-time type information
9
/// \ingroup utilities-library
10
/// \example type_traits.cpp
11
12
#
include
<
etl
/
_config
/
all
.
hpp
>
13
14
#
include
<
etl
/
_type_traits
/
add_const
.
hpp
>
15
#
include
<
etl
/
_type_traits
/
add_cv
.
hpp
>
16
#
include
<
etl
/
_type_traits
/
add_lvalue_reference
.
hpp
>
17
#
include
<
etl
/
_type_traits
/
add_pointer
.
hpp
>
18
#
include
<
etl
/
_type_traits
/
add_rvalue_reference
.
hpp
>
19
#
include
<
etl
/
_type_traits
/
add_volatile
.
hpp
>
20
#
include
<
etl
/
_type_traits
/
aligned_storage
.
hpp
>
21
#
include
<
etl
/
_type_traits
/
aligned_union
.
hpp
>
22
#
include
<
etl
/
_type_traits
/
alignment_of
.
hpp
>
23
#
include
<
etl
/
_type_traits
/
basic_common_reference
.
hpp
>
24
#
include
<
etl
/
_type_traits
/
bool_constant
.
hpp
>
25
#
include
<
etl
/
_type_traits
/
common_reference
.
hpp
>
26
#
include
<
etl
/
_type_traits
/
common_type
.
hpp
>
27
#
include
<
etl
/
_type_traits
/
conditional
.
hpp
>
28
#
include
<
etl
/
_type_traits
/
conjunction
.
hpp
>
29
#
include
<
etl
/
_type_traits
/
decay
.
hpp
>
30
#
include
<
etl
/
_type_traits
/
declval
.
hpp
>
31
#
include
<
etl
/
_type_traits
/
disjunction
.
hpp
>
32
#
include
<
etl
/
_type_traits
/
enable_if
.
hpp
>
33
#
include
<
etl
/
_type_traits
/
extent
.
hpp
>
34
#
include
<
etl
/
_type_traits
/
has_unique_object_representations
.
hpp
>
35
#
include
<
etl
/
_type_traits
/
has_virtual_destructor
.
hpp
>
36
#
include
<
etl
/
_type_traits
/
invoke_result
.
hpp
>
37
#
include
<
etl
/
_type_traits
/
is_abstract
.
hpp
>
38
#
include
<
etl
/
_type_traits
/
is_aggregate
.
hpp
>
39
#
include
<
etl
/
_type_traits
/
is_arithmetic
.
hpp
>
40
#
include
<
etl
/
_type_traits
/
is_array
.
hpp
>
41
#
include
<
etl
/
_type_traits
/
is_assignable
.
hpp
>
42
#
include
<
etl
/
_type_traits
/
is_base_of
.
hpp
>
43
#
include
<
etl
/
_type_traits
/
is_bounded_array
.
hpp
>
44
#
include
<
etl
/
_type_traits
/
is_class
.
hpp
>
45
#
include
<
etl
/
_type_traits
/
is_compound
.
hpp
>
46
#
include
<
etl
/
_type_traits
/
is_const
.
hpp
>
47
#
include
<
etl
/
_type_traits
/
is_constant_evaluated
.
hpp
>
48
#
include
<
etl
/
_type_traits
/
is_constructible
.
hpp
>
49
#
include
<
etl
/
_type_traits
/
is_convertible
.
hpp
>
50
#
include
<
etl
/
_type_traits
/
is_copy_assignable
.
hpp
>
51
#
include
<
etl
/
_type_traits
/
is_copy_constructible
.
hpp
>
52
#
include
<
etl
/
_type_traits
/
is_default_constructible
.
hpp
>
53
#
include
<
etl
/
_type_traits
/
is_destructible
.
hpp
>
54
#
include
<
etl
/
_type_traits
/
is_empty
.
hpp
>
55
#
include
<
etl
/
_type_traits
/
is_enum
.
hpp
>
56
#
include
<
etl
/
_type_traits
/
is_final
.
hpp
>
57
#
include
<
etl
/
_type_traits
/
is_floating_point
.
hpp
>
58
#
include
<
etl
/
_type_traits
/
is_function
.
hpp
>
59
#
include
<
etl
/
_type_traits
/
is_fundamental
.
hpp
>
60
#
include
<
etl
/
_type_traits
/
is_integral
.
hpp
>
61
#
include
<
etl
/
_type_traits
/
is_invocable
.
hpp
>
62
#
include
<
etl
/
_type_traits
/
is_invocable_r
.
hpp
>
63
#
include
<
etl
/
_type_traits
/
is_lvalue_reference
.
hpp
>
64
#
include
<
etl
/
_type_traits
/
is_member_function_pointer
.
hpp
>
65
#
include
<
etl
/
_type_traits
/
is_member_object_pointer
.
hpp
>
66
#
include
<
etl
/
_type_traits
/
is_member_pointer
.
hpp
>
67
#
include
<
etl
/
_type_traits
/
is_move_assignable
.
hpp
>
68
#
include
<
etl
/
_type_traits
/
is_move_constructible
.
hpp
>
69
#
include
<
etl
/
_type_traits
/
is_nothrow_assignable
.
hpp
>
70
#
include
<
etl
/
_type_traits
/
is_nothrow_constructible
.
hpp
>
71
#
include
<
etl
/
_type_traits
/
is_nothrow_convertible
.
hpp
>
72
#
include
<
etl
/
_type_traits
/
is_nothrow_copy_assignable
.
hpp
>
73
#
include
<
etl
/
_type_traits
/
is_nothrow_copy_constructible
.
hpp
>
74
#
include
<
etl
/
_type_traits
/
is_nothrow_default_constructible
.
hpp
>
75
#
include
<
etl
/
_type_traits
/
is_nothrow_destructible
.
hpp
>
76
#
include
<
etl
/
_type_traits
/
is_nothrow_move_assignable
.
hpp
>
77
#
include
<
etl
/
_type_traits
/
is_nothrow_move_constructible
.
hpp
>
78
#
include
<
etl
/
_type_traits
/
is_nothrow_swappable
.
hpp
>
79
#
include
<
etl
/
_type_traits
/
is_nothrow_swappable_with
.
hpp
>
80
#
include
<
etl
/
_type_traits
/
is_null_pointer
.
hpp
>
81
#
include
<
etl
/
_type_traits
/
is_object
.
hpp
>
82
#
include
<
etl
/
_type_traits
/
is_pointer
.
hpp
>
83
#
include
<
etl
/
_type_traits
/
is_polymorphic
.
hpp
>
84
#
include
<
etl
/
_type_traits
/
is_reference
.
hpp
>
85
#
include
<
etl
/
_type_traits
/
is_reference_wrapper
.
hpp
>
86
#
include
<
etl
/
_type_traits
/
is_rvalue_reference
.
hpp
>
87
#
include
<
etl
/
_type_traits
/
is_same
.
hpp
>
88
#
include
<
etl
/
_type_traits
/
is_scalar
.
hpp
>
89
#
include
<
etl
/
_type_traits
/
is_scoped_enum
.
hpp
>
90
#
include
<
etl
/
_type_traits
/
is_signed
.
hpp
>
91
#
include
<
etl
/
_type_traits
/
is_standard_layout
.
hpp
>
92
#
include
<
etl
/
_type_traits
/
is_swappable
.
hpp
>
93
#
include
<
etl
/
_type_traits
/
is_swappable_with
.
hpp
>
94
#
include
<
etl
/
_type_traits
/
is_trivial
.
hpp
>
95
#
include
<
etl
/
_type_traits
/
is_trivially_assignable
.
hpp
>
96
#
include
<
etl
/
_type_traits
/
is_trivially_constructible
.
hpp
>
97
#
include
<
etl
/
_type_traits
/
is_trivially_copy_assignable
.
hpp
>
98
#
include
<
etl
/
_type_traits
/
is_trivially_copy_constructible
.
hpp
>
99
#
include
<
etl
/
_type_traits
/
is_trivially_copyable
.
hpp
>
100
#
include
<
etl
/
_type_traits
/
is_trivially_default_constructible
.
hpp
>
101
#
include
<
etl
/
_type_traits
/
is_trivially_destructible
.
hpp
>
102
#
include
<
etl
/
_type_traits
/
is_trivially_move_assignable
.
hpp
>
103
#
include
<
etl
/
_type_traits
/
is_trivially_move_constructible
.
hpp
>
104
#
include
<
etl
/
_type_traits
/
is_unbounded_array
.
hpp
>
105
#
include
<
etl
/
_type_traits
/
is_union
.
hpp
>
106
#
include
<
etl
/
_type_traits
/
is_unsigned
.
hpp
>
107
#
include
<
etl
/
_type_traits
/
is_void
.
hpp
>
108
#
include
<
etl
/
_type_traits
/
is_volatile
.
hpp
>
109
#
include
<
etl
/
_type_traits
/
make_signed
.
hpp
>
110
#
include
<
etl
/
_type_traits
/
make_unsigned
.
hpp
>
111
#
include
<
etl
/
_type_traits
/
negation
.
hpp
>
112
#
include
<
etl
/
_type_traits
/
rank
.
hpp
>
113
#
include
<
etl
/
_type_traits
/
remove_all_extents
.
hpp
>
114
#
include
<
etl
/
_type_traits
/
remove_const
.
hpp
>
115
#
include
<
etl
/
_type_traits
/
remove_cv
.
hpp
>
116
#
include
<
etl
/
_type_traits
/
remove_cvref
.
hpp
>
117
#
include
<
etl
/
_type_traits
/
remove_extent
.
hpp
>
118
#
include
<
etl
/
_type_traits
/
remove_pointer
.
hpp
>
119
#
include
<
etl
/
_type_traits
/
remove_reference
.
hpp
>
120
#
include
<
etl
/
_type_traits
/
remove_volatile
.
hpp
>
121
#
include
<
etl
/
_type_traits
/
type_identity
.
hpp
>
122
#
include
<
etl
/
_type_traits
/
underlying_type
.
hpp
>
123
#
include
<
etl
/
_type_traits
/
unwrap_reference
.
hpp
>
124
#
include
<
etl
/
_type_traits
/
void_t
.
hpp
>
125
#
include
<
etl
/
_utility
/
swap
.
hpp
>
126
127
// Non-standard extensions
128
#
include
<
etl
/
_type_traits
/
always_false
.
hpp
>
129
#
include
<
etl
/
_type_traits
/
copy_cv
.
hpp
>
130
#
include
<
etl
/
_type_traits
/
index_constant
.
hpp
>
131
#
include
<
etl
/
_type_traits
/
is_builtin_integer
.
hpp
>
132
#
include
<
etl
/
_type_traits
/
is_builtin_signed_integer
.
hpp
>
133
#
include
<
etl
/
_type_traits
/
is_builtin_unsigned_integer
.
hpp
>
134
#
include
<
etl
/
_type_traits
/
is_specialized
.
hpp
>
135
#
include
<
etl
/
_type_traits
/
smallest_size_t
.
hpp
>
136
137
#
endif
// TETL_TYPETRAITS_HPP
include
etl
type_traits.hpp
Generated on Sun Sep 7 2025 19:15:34 for tetl by
1.9.8