std::is_arithmetic(3)
NAME
std::is_arithmetic
SYNOPSIS
Inherits std::integral_constant< bool,(std::is_integral< _Tp >::value||std::is_floating_point< _Tp >::value)>.
Detailed Description
- template<typename _Tp> struct std::is_arithmetic< _Tp >
- composite type traits [4.5.2].
- Definition at line 210 of file tr1_impl/type_traits.
- Public Types
- typedef integral_constant< _Tp, __v > type typedef _Tp value_type
- Static Public Attributes
- static const _Tp value
Author
- Generated automatically by Doxygen for libstdc++ from the source code.