__is_signed

From RAD Studio
Jump to: navigation, search

Go Up to Type Trait Functions (C++11) Index


Category

Type Trait Functions

Syntax

_bool __is_signed( typename T )

Returns true if and only if __is_arithmetic(T) and T recognizes values less than zero.

See Also