![]() |
QxOrm
1.2.3
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 = (boost::is_pod<T>::value && ! boost::is_pointer<T>::value && ! boost::is_member_pointer<T>::value) } |
typedef boost::mpl::if_c < qx::trait::is_qx_pod< T > ::value, boost::mpl::true_, boost::mpl::false_ >::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 boost::mpl::if_c<qx::trait::is_qx_pod<T>::value, boost::mpl::true_, boost::mpl::false_>::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.