libstdc++
|
Macros | |
#define | __cpp_lib_integral_constant_callable |
#define | __cpp_lib_is_final |
#define | __cpp_lib_is_null_pointer |
Typedefs | |
template<bool __v> | |
using | std::__bool_constant = integral_constant< bool, __v > |
typedef integral_constant< bool, false > | std::false_type |
typedef integral_constant< bool, true > | std::true_type |
typedef integral_constant< _Tp, __v > | std::integral_constant< _Tp, __v >::type |
typedef _Tp | std::__success_type< _Tp >::type |
typedef _Tp | std::integral_constant< _Tp, __v >::value_type |
Functions | |
std::__nonesuch::__nonesuch (__nonesuch const &)=delete | |
constexpr | std::integral_constant< _Tp, __v >::operator value_type () const noexcept |
constexpr value_type | std::integral_constant< _Tp, __v >::operator() () const noexcept |
void | std::__nonesuch::operator= (__nonesuch const &)=delete |
Variables | |
static constexpr _Tp | std::integral_constant< _Tp, __v >::value |
Template utilities for compile-time introspection and modification, including type classification traits, type property inspection traits and type transformation traits.
#define __cpp_lib_integral_constant_callable |
Definition at line 77 of file type_traits.
#define __cpp_lib_is_final |
Definition at line 712 of file type_traits.
#define __cpp_lib_is_null_pointer |
Definition at line 551 of file type_traits.
using std::__bool_constant = typedef integral_constant<bool, __v> |
Definition at line 93 of file type_traits.
The type used as a compile-time boolean with false value.
Definition at line 90 of file type_traits.
The type used as a compile-time boolean with true value.
Definition at line 87 of file type_traits.
typedef integral_constant<_Tp, __v> std::integral_constant< _Tp, __v >::type |
Definition at line 73 of file type_traits.
Definition at line 191 of file type_traits.
typedef _Tp std::integral_constant< _Tp, __v >::value_type |
Definition at line 72 of file type_traits.
|
inlineconstexprnoexcept |
Definition at line 74 of file type_traits.
|
inlineconstexprnoexcept |
Definition at line 79 of file type_traits.
|
staticconstexpr |
Definition at line 71 of file type_traits.