isPodType< T > Struct Template Reference

isPodType<T>::value is a compile time constant that is true if T is a plain old data type and not a struct or union. More...

#include <classTraits.h>

Inheritance diagram for isPodType< T >:
Inheritance graph
[legend]

List of all members.

Public Types

enum  {
  value = ispodtype_impl<T>::value || isConvertibleType<T,
  value = ispodtype_impl<T>::value || isConvertibleType<T
}

Detailed Description

template<class T>
struct cxxtls::isPodType< T >

isPodType<T>::value is a compile time constant that is true if T is a plain old data type and not a struct or union.

See also:
classTraits_documentation

Definition at line 677 of file classTraits.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
value 
value 

Definition at line 684 of file classTraits.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:55:55 2012 for CXXUtilities by  doxygen 1.6.3