libstdc++
|
Typedefs | |
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 | |
constexpr | std::integral_constant< _Tp, __v >::operator value_type () const |
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.
typedef integral_constant<bool, false> std::false_type |
The type used as a compile-time boolean with false value.
Definition at line 75 of file type_traits.
typedef integral_constant<bool, true> std::true_type |
The type used as a compile-time boolean with true value.
Definition at line 72 of file type_traits.