PixelLightAPI  .
Static Public Attributes
PLCore::IsEnum< T > Struct Template Reference

Check if a type is an enum. More...

#include <TypeTraits.h>

List of all members.

Static Public Attributes

static const bool Value = IsConvertible<T, int>::Value

Detailed Description

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

Check if a type is an enum.

Parameters:
[in]TType
Remarks:
If T is an enum type, the value of Value is 'true', else 'false'

Member Data Documentation

template<typename T >
const bool PLCore::IsEnum< T >::Value = IsConvertible<T, int>::Value [static]

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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:24
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported