__is_unsigned_(typename T)

From RAD Studio
Jump to: navigation, search

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


Category

Type Trait Functions

Syntax

bool __is_unsigned

Returns true if _is_arithmetic(T) and T does not recognize values less than zero

See Also