std::is_arithmetic< _Tp >(3cxx) | std::is_arithmetic< _Tp >(3cxx) |
NAME¶
std::is_arithmetic< _Tp > -SYNOPSIS¶
Inherits std::integral_constant< bool,(is_integral< _Tp >::value||is_floating_point< _Tp >::value)>.Public Types¶
typedef integral_constant
Public Member Functions¶
constexpr operator value_type ()
Static Public Attributes¶
static constexpr bool value
Detailed Description¶
template<typename _Tp>struct std::is_arithmetic< _Tp >¶
is_arithmetic Definition at line 271 of file type_traits.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Tue Nov 27 2012 | libstdc++ |