__is_arithmetic
Go Up to Type Trait Functions (C++11) Index
Category
Type Trait Functions
Syntax
bool __is_arithmetic ( typename T )
Returns __is_integral(T) || __is_floating_point(T).
Go Up to Type Trait Functions (C++11) Index
Category
Type Trait Functions
Syntax
bool __is_arithmetic ( typename T )
Returns __is_integral(T) || __is_floating_point(T).