|
libstdc++
|
Functions | |
| template<typename _Tp> | |
| static void | std::__do_is_implicitly_default_constructible_impl::__helper (const _Tp &) |
| static false_type | std::__do_is_implicitly_default_constructible_impl::__test (...) |
| template<typename _Tp> | |
| static true_type | std::__do_is_implicitly_default_constructible_impl::__test (const _Tp &, decltype(__helper< const _Tp & >({})) *=0) |
| constexpr | std::integral_constant< _Tp, __v >::operator value_type () const noexcept |
| template<typename _Tp> | |
| constexpr _Require< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > > | std::swap (_Tp &, _Tp &) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp > >::value) |
| template<typename _Tp, size_t _Nm> | |
| constexpr __enable_if_t< __is_swappable< _Tp >::value > | std::swap (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) |
Variables | |
| unsigned char | std::aligned_storage< _Len, _Align >::type::__data [_Len] |
| template<typename _Tp, typename... _Args> | |
| constexpr bool | std::__is_nothrow_new_constructible |
| static const size_t | std::__strictest_alignment< _Types >::_S_alignment |
| static const size_t | std::__strictest_alignment< _Tp, _Types... >::_S_alignment |
| static const size_t | std::__strictest_alignment< _Types >::_S_size |
| static const size_t | std::__strictest_alignment< _Tp, _Types... >::_S_size |
| template<size_t _Len, typename... _Types> | |
| const size_t | std::aligned_union< _Len, _Types... >::alignment_value |
| static const size_t | std::aligned_union< _Len, _Types >::alignment_value |
| static constexpr _Tp | std::integral_constant< _Tp, __v >::value |
| template<typename... _Tp> | |
| using | std::common_reference_t |
| template<typename _Tp, typename _Up> | |
| constexpr bool | std::is_layout_compatible_v |
| template<typename _Base, typename _Derived> | |
| constexpr bool | std::is_pointer_interconvertible_base_of_v |
| template<typename _S1, typename _S2, typename _M1, typename _M2> | |
| constexpr bool | std::is_corresponding_member (_M1 _S1::*__m1, _M2 _S2::*__m2) noexcept |
| template<typename _Tp, typename _Mem> | |
| constexpr bool | std::is_pointer_interconvertible_with_class (_Mem _Tp::*__mp) noexcept |
Template utilities for compile-time introspection and modification, including type classification traits, type property inspection traits and type transformation traits.
| using std::__conditional_t |
Definition at line 164 of file type_traits.
| using std::__enable_if_t |
Definition at line 146 of file type_traits.
| using std::__is_array_convertible |
Definition at line 1695 of file type_traits.
| using std::_Build_index_tuple< _Num >::__type |
Definition at line 4378 of file type_traits.
| using std::_Build_index_tuple< _Num >::_IdxTuple |
Definition at line 4375 of file type_traits.
| using std::add_lvalue_reference_t |
Alias template for add_lvalue_reference.
Definition at line 1890 of file type_traits.
| using std::add_pointer_t |
Alias template for add_pointer.
Definition at line 2356 of file type_traits.
| using std::add_rvalue_reference_t |
Alias template for add_rvalue_reference.
Definition at line 1894 of file type_traits.
| using std::aligned_storage_t |
Alias template for aligned_storage.
Definition at line 2928 of file type_traits.
| using std::aligned_union_t |
Definition at line 2931 of file type_traits.
| using std::common_reference_t |
Definition at line 4286 of file type_traits.
| using std::common_type_t |
Alias template for common_type.
Definition at line 2948 of file type_traits.
| using std::conditional_t |
Alias template for conditional.
Definition at line 2944 of file type_traits.
| using std::decay_t |
Alias template for decay.
Definition at line 2936 of file type_traits.
| using std::enable_if_t |
Alias template for enable_if.
Definition at line 2940 of file type_traits.
| using std::false_type |
The type used as a compile-time boolean with false value.
Definition at line 122 of file type_traits.
| using std::make_signed_t |
Alias template for make_signed.
Definition at line 2242 of file type_traits.
| using std::make_unsigned_t |
Alias template for make_unsigned.
Definition at line 2246 of file type_traits.
| using std::remove_all_extents_t |
Alias template for remove_all_extents.
Definition at line 2296 of file type_traits.
| using std::remove_extent_t |
Alias template for remove_extent.
Definition at line 2292 of file type_traits.
| using std::remove_pointer_t |
Alias template for remove_pointer.
Definition at line 2352 of file type_traits.
| using std::remove_reference_t |
Alias template for remove_reference.
Definition at line 1886 of file type_traits.
| using std::result_of_t |
Alias template for result_of.
Definition at line 2956 of file type_traits.
| using std::true_type |
The type used as a compile-time boolean with true value.
Definition at line 119 of file type_traits.
| using std::__conditional< bool >::type |
Definition at line 152 of file type_traits.
| using std::__conditional< false >::type |
Definition at line 159 of file type_traits.
| using std::__is_implicitly_default_constructible_impl< _Tp >::type |
Definition at line 1466 of file type_traits.
| using std::add_const< _Tp >::type |
Definition at line 1814 of file type_traits.
| using std::add_cv< _Tp >::type |
Definition at line 1824 of file type_traits.
| using std::add_lvalue_reference< _Tp >::type |
Definition at line 1876 of file type_traits.
| using std::add_pointer< _Tp >::type |
Definition at line 2325 of file type_traits.
| using std::add_rvalue_reference< _Tp >::type |
Definition at line 1881 of file type_traits.
| using std::add_volatile< _Tp >::type |
Definition at line 1819 of file type_traits.
| using std::aligned_union< _Len, _Types >::type |
The storage.
Definition at line 2478 of file type_traits.
| using std::common_reference< _Tp0 >::type |
Definition at line 4296 of file type_traits.
| using std::conditional< _Cond, _Iftrue, _Iffalse >::type |
Definition at line 2564 of file type_traits.
| using std::conditional< false, _Iftrue, _Iffalse >::type |
Definition at line 2569 of file type_traits.
| using std::decay< _Tp >::type |
Definition at line 2514 of file type_traits.
| using std::decay< _Tp & >::type |
Definition at line 2518 of file type_traits.
| using std::decay< _Tp && >::type |
Definition at line 2522 of file type_traits.
| using std::enable_if< true, _Tp >::type |
Definition at line 142 of file type_traits.
| using std::integral_constant< _Tp, __v >::type |
Definition at line 99 of file type_traits.
| using std::make_signed< _Tp >::type |
Definition at line 2231 of file type_traits.
| using std::make_unsigned< _Tp >::type |
Definition at line 2093 of file type_traits.
| using std::remove_all_extents< _Tp >::type |
Definition at line 2274 of file type_traits.
| using std::remove_const< _Tp >::type |
Definition at line 1773 of file type_traits.
| using std::remove_const< _Tp const >::type |
Definition at line 1777 of file type_traits.
| using std::remove_cv< _Tp >::type |
Definition at line 1792 of file type_traits.
| using std::remove_extent< _Tp >::type |
Definition at line 2255 of file type_traits.
| using std::remove_pointer< _Tp >::type |
Definition at line 2305 of file type_traits.
| using std::remove_reference< _Tp >::type |
Definition at line 1858 of file type_traits.
| using std::remove_volatile< _Tp >::type |
Definition at line 1782 of file type_traits.
| using std::remove_volatile< _Tp volatile >::type |
Definition at line 1786 of file type_traits.
| using std::underlying_type_t |
Alias template for underlying_type.
Definition at line 2952 of file type_traits.
| using std::integral_constant< _Tp, __v >::value_type |
Definition at line 98 of file type_traits.
|
constexprnoexcept |
Definition at line 4059 of file type_traits.
|
constexprnoexcept |
True if __mp points to the first member of a standard-layout type.
Definition at line 4089 of file type_traits.
|
inlineconstexprnoexcept |
Definition at line 100 of file type_traits.
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
| unsigned char std::aligned_storage< _Len, _Align >::type::__data[_Len] |
Definition at line 2426 of file type_traits.
|
inlineconstexpr |
Definition at line 1763 of file type_traits.
|
static |
Definition at line 2433 of file type_traits.
|
static |
Definition at line 2440 of file type_traits.
|
static |
Definition at line 2434 of file type_traits.
|
static |
Definition at line 2443 of file type_traits.
| const size_t std::aligned_union< _Len, _Types... >::alignment_value |
Definition at line 2482 of file type_traits.
|
static |
The value of the strictest alignment of _Types.
Definition at line 2476 of file type_traits.
|
constexpr |
Definition at line 4048 of file type_traits.
|
constexpr |
Definition at line 4076 of file type_traits.
|
staticconstexpr |
Definition at line 97 of file type_traits.