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