__is_arithmetic

From RAD Studio
Jump to: navigation, search

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