NAME
std::__is_arithmetic -
SYNOPSIS
Inherits std::__traitor< _Sp, _Tp >< std::__is_integer< _Tp >, std::__is_floating< _Tp > >.
Detailed Description
template<typename _Tp> struct std::__is_arithmetic< _Tp >
Definition at line 324 of file cpp_type_traits.h.
Public Types
enum { __value }
typedef __truth_type< __value >::__type __type
Member Enumeration Documentation
template<class _Sp, class _Tp> anonymous enum [inherited]
Enumerator:
Definition at line 113 of file cpp_type_traits.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.