nux-1.16.0
nux::NTypeTraits< T > Class Template Reference

List of all members.

Public Types

enum  { IsVoid = VoidTraits<T>::result }
enum  { IsPointer = PointerTraits<T>::result }
enum  { NeedsConstructor = ConstructorTraits<T>::HasConstructor }
enum  { NeedsDestructor = ConstructorTraits<T>::HasDestructor }
enum  { IsAnsiChar = AnsiCharTraits<T>::result }
enum  { IsUnicodeChar = UnicodeCharTraits<T>::result }

Detailed Description

template<typename T>
class nux::NTypeTraits< T >

Definition at line 126 of file Template.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends