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) |
Template utilities for compile-time introspection and modification, including type classification traits, type property inspection traits and type transformation traits.
Definition at line 156 of file type_traits.
using std::__enable_if_t |
Definition at line 138 of file type_traits.
using std::__is_array_convertible |
Definition at line 1540 of file type_traits.
using std::add_lvalue_reference_t |
Alias template for add_lvalue_reference.
Definition at line 1720 of file type_traits.
using std::add_pointer_t |
Alias template for add_pointer.
Definition at line 2151 of file type_traits.
using std::add_rvalue_reference_t |
Alias template for add_rvalue_reference.
Definition at line 1724 of file type_traits.
using std::aligned_storage_t |
Alias template for aligned_storage.
Definition at line 2678 of file type_traits.
using std::aligned_union_t |
Definition at line 2681 of file type_traits.
using std::common_reference_t |
Definition at line 3908 of file type_traits.
using std::common_type_t |
Alias template for common_type.
Definition at line 2698 of file type_traits.
Alias template for conditional.
Definition at line 2694 of file type_traits.
using std::decay_t |
Alias template for decay.
Definition at line 2686 of file type_traits.
using std::enable_if_t |
Alias template for enable_if.
Definition at line 2690 of file type_traits.
The type used as a compile-time boolean with false value.
Definition at line 114 of file type_traits.
using std::make_signed_t |
Alias template for make_signed.
Definition at line 2055 of file type_traits.
using std::make_unsigned_t |
Alias template for make_unsigned.
Definition at line 2059 of file type_traits.
using std::remove_all_extents_t |
Alias template for remove_all_extents.
Definition at line 2097 of file type_traits.
using std::remove_extent_t |
Alias template for remove_extent.
Definition at line 2093 of file type_traits.
using std::remove_pointer_t |
Alias template for remove_pointer.
Definition at line 2147 of file type_traits.
using std::remove_reference_t |
Alias template for remove_reference.
Definition at line 1716 of file type_traits.
using std::result_of_t |
Alias template for result_of.
Definition at line 2706 of file type_traits.
The type used as a compile-time boolean with true value.
Definition at line 111 of file type_traits.
using std::integral_constant< _Tp, __v >::type |
Definition at line 91 of file type_traits.
using std::enable_if< true, _Tp >::type |
Definition at line 134 of file type_traits.
Definition at line 144 of file type_traits.
Definition at line 151 of file type_traits.
using std::__is_implicitly_default_constructible_impl< _Tp >::type |
Definition at line 1334 of file type_traits.
using std::__is_convertible_helper< _From, _To, bool >::type |
Definition at line 1506 of file type_traits.
using std::__is_convertible_helper< _From, _To, false >::type |
Definition at line 1527 of file type_traits.
using std::remove_const< _Tp >::type |
Definition at line 1603 of file type_traits.
using std::remove_const< _Tp const >::type |
Definition at line 1607 of file type_traits.
using std::remove_volatile< _Tp >::type |
Definition at line 1612 of file type_traits.
using std::remove_volatile< _Tp volatile >::type |
Definition at line 1616 of file type_traits.
using std::remove_cv< _Tp >::type |
Definition at line 1626 of file type_traits.
using std::remove_cv< const _Tp >::type |
Definition at line 1630 of file type_traits.
using std::remove_cv< volatile _Tp >::type |
Definition at line 1634 of file type_traits.
using std::remove_cv< const volatile _Tp >::type |
Definition at line 1638 of file type_traits.
using std::add_const< _Tp >::type |
Definition at line 1644 of file type_traits.
using std::add_volatile< _Tp >::type |
Definition at line 1649 of file type_traits.
using std::add_cv< _Tp >::type |
Definition at line 1654 of file type_traits.
using std::remove_reference< _Tp >::type |
Definition at line 1692 of file type_traits.
using std::remove_reference< _Tp & >::type |
Definition at line 1696 of file type_traits.
using std::remove_reference< _Tp && >::type |
Definition at line 1700 of file type_traits.
using std::add_lvalue_reference< _Tp >::type |
Definition at line 1706 of file type_traits.
using std::add_rvalue_reference< _Tp >::type |
Definition at line 1711 of file type_traits.
using std::make_unsigned< _Tp >::type |
Definition at line 1912 of file type_traits.
using std::make_signed< _Tp >::type |
Definition at line 2044 of file type_traits.
using std::remove_extent< _Tp >::type |
Definition at line 2067 of file type_traits.
using std::remove_extent< _Tp[_Size]>::type |
Definition at line 2071 of file type_traits.
using std::remove_extent< _Tp[]>::type |
Definition at line 2075 of file type_traits.
using std::remove_all_extents< _Tp >::type |
Definition at line 2080 of file type_traits.
using std::remove_all_extents< _Tp[_Size]>::type |
Definition at line 2084 of file type_traits.
using std::remove_all_extents< _Tp[]>::type |
Definition at line 2088 of file type_traits.
using std::__remove_pointer_helper< _Tp, typename >::type |
Definition at line 2110 of file type_traits.
using std::__remove_pointer_helper< _Tp, _Up * >::type |
Definition at line 2114 of file type_traits.
using std::__add_pointer_helper< _Tp, typename >::type |
Definition at line 2124 of file type_traits.
Definition at line 2128 of file type_traits.
using std::add_pointer< _Tp & >::type |
Definition at line 2138 of file type_traits.
using std::add_pointer< _Tp && >::type |
Definition at line 2142 of file type_traits.
using std::aligned_union< _Len, _Types >::type |
The storage.
Definition at line 2238 of file type_traits.
using std::decay< _Tp >::type |
Definition at line 2269 of file type_traits.
using std::decay< _Tp & >::type |
Definition at line 2273 of file type_traits.
using std::decay< _Tp && >::type |
Definition at line 2277 of file type_traits.
using std::conditional< _Cond, _Iftrue, _Iffalse >::type |
Definition at line 2318 of file type_traits.
using std::conditional< false, _Iftrue, _Iffalse >::type |
Definition at line 2323 of file type_traits.
Definition at line 3918 of file type_traits.
using std::underlying_type_t |
Alias template for underlying_type.
Definition at line 2702 of file type_traits.
using std::integral_constant< _Tp, __v >::value_type |
Definition at line 90 of file type_traits.
Definition at line 3698 of file type_traits.
|
constexprnoexcept |
True if __mp
points to the first member of a standard-layout type.
s.*__mp
is pointer-interconvertible with s
Definition at line 3728 of file type_traits.
|
inlineconstexprnoexcept |
Definition at line 92 of file type_traits.
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
Definition at line 2159 of file type_traits.
unsigned char std::aligned_storage< _Len, _Align >::type::__data[_Len] |
Definition at line 2185 of file type_traits.
Definition at line 2193 of file type_traits.
|
static |
Definition at line 2200 of file type_traits.
Definition at line 2194 of file type_traits.
|
static |
Definition at line 2203 of file type_traits.
|
static |
The value of the strictest alignment of _Types.
Definition at line 2236 of file type_traits.
|
constexpr |
Definition at line 3687 of file type_traits.
|
constexpr |
Definition at line 3715 of file type_traits.
|
staticconstexpr |
Definition at line 89 of file type_traits.