LibreOffice Module onlineupdate (master) 1
|
IsUnsigned determines whether a type is an unsigned arithmetic type. More...
#include <TypeTraits.h>
IsUnsigned determines whether a type is an unsigned arithmetic type.
mozilla::IsUnsigned<int>::value is false; mozilla::IsUnsigned<const unsigned int>::value is true; mozilla::IsUnsigned<unsigned char>::value is true; mozilla::IsUnsigned<float>::value is false.
Definition at line 499 of file TypeTraits.h.