QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::trait::is_qx_pod<T>::value : return true if T is a POD type and not a pointer More...
#include <is_qx_pod.h>
Public Types | |
enum | { value = (std::is_pod<T>::value && ! std::is_pointer<T>::value && ! std::is_member_pointer<T>::value) } |
typedef std::conditional < qx::trait::is_qx_pod< T > ::value, std::true_type, std::false_type >::type | type |
qx::trait::is_qx_pod<T>::value : return true if T is a POD type and not a pointer
Definition at line 54 of file is_qx_pod.h.
typedef std::conditional<qx::trait::is_qx_pod<T>::value, std::true_type, std::false_type>::type qx::trait::is_qx_pod< T >::type |
Definition at line 59 of file is_qx_pod.h.
anonymous enum |
Definition at line 57 of file is_qx_pod.h.