PixelLightAPI
.
|
Check if a type is an enum. More...
#include <TypeTraits.h>
Static Public Attributes | |
static const bool | Value = IsConvertible<T, int>::Value |
Check if a type is an enum.
[in] | T | Type |
const bool PLCore::IsEnum< T >::Value = IsConvertible<T, int>::Value [static] |
|