STLdoc
STLdocumentation
|
#include <cstdlib>
Macros | |
#define | _XTR1COMMON_ |
Typedefs | |
typedef integral_constant< bool, true > | true_type |
typedef integral_constant< bool, false > | false_type |
template<bool _Val> | |
using | bool_constant = integral_constant< bool, _Val > |
Variables | |
template<class _Ty , class _Uty > | |
constexpr bool | is_same_v = is_same<_Ty, _Uty>::value |
template<class _Ty > | |
constexpr bool | is_integral_v = is_integral<_Ty>::value |
template<class _Ty > | |
constexpr bool | is_floating_point_v = is_floating_point<_Ty>::value |
template<class _Ty > | |
constexpr bool | is_arithmetic_v = is_arithmetic<_Ty>::value |
#define _XTR1COMMON_ |
using bool_constant = integral_constant<bool, _Val> |
typedef integral_constant<bool, false> false_type |
typedef integral_constant<bool, true> true_type |
constexpr bool is_arithmetic_v = is_arithmetic<_Ty>::value |
constexpr bool is_floating_point_v = is_floating_point<_Ty>::value |
constexpr bool is_integral_v = is_integral<_Ty>::value |