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