__is_arithmetic

From RAD Studio

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).

See Also