LibreOffice Module onlineupdate (master) 1
mozilla::IsUnsigned< T > Struct Template Reference

IsUnsigned determines whether a type is an unsigned arithmetic type. More...

#include <TypeTraits.h>

Inheritance diagram for mozilla::IsUnsigned< T >:
[legend]
Collaboration diagram for mozilla::IsUnsigned< T >:
[legend]

Detailed Description

template<typename T>
struct mozilla::IsUnsigned< T >

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.


The documentation for this struct was generated from the following file: