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>
Public Types | |
enum | { value = ispodtype_impl<T>::value || isConvertibleType<T, value = ispodtype_impl<T>::value || isConvertibleType<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.
Definition at line 677 of file classTraits.h.
anonymous enum |
Definition at line 684 of file classTraits.h.