LibreOffice Module onlineupdate (master) 1
|
IsVoid determines whether a type is void. More...
#include <TypeTraits.h>
Additional Inherited Members | |
Public Types inherited from mozilla::IntegralConstant< T, Value > | |
typedef T | ValueType |
typedef IntegralConstant< T, Value > | Type |
Static Public Attributes inherited from mozilla::IntegralConstant< T, Value > | |
static const T | value = Value |
IsVoid determines whether a type is void.
mozilla::IsVoid<int>::value is false; mozilla::IsVoid<void>::value is true; mozilla::IsVoid<void*>::value is false; mozilla::IsVoid<volatile void>::value is true.
Definition at line 69 of file TypeTraits.h.