LibreOffice Module onlineupdate (master) 1
List of all members
mozilla::IsEnum< T > Struct Template Reference

IsEnum determines whether a type is an enum type. More...

#include <TypeTraits.h>

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

Additional Inherited Members

- Public Types inherited from mozilla::IntegralConstant< bool, __is_enum(RemoveCV< T >::Type)>
typedef bool ValueType
 
typedef IntegralConstant< bool, ValueType
 
- Static Public Attributes inherited from mozilla::IntegralConstant< bool, __is_enum(RemoveCV< T >::Type)>
static const bool value
 

Detailed Description

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

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.


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