QxOrm  1.4.2
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 <boost/mpl/if.hpp>
#include <boost/mpl/logical.hpp>
#include <boost/type_traits/is_pod.hpp>
#include <boost/type_traits/is_pointer.hpp>
#include <boost/type_traits/is_member_pointer.hpp>

Go to the source code of this file.

Classes

struct  qx::trait::is_qx_pod< T >
 qx::trait::is_qx_pod<T>::value : return true if T is a POD type and not a pointer More...

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


namespace  qx::trait
 

QxOrm library traits (template metaprogramming) not available in boost::type_traits library.



Detailed Description

qx::trait::is_qx_pod<T>::value : return true if T is a POD type and not a pointer

Author:
Lionel Marty

Definition in file is_qx_pod.h.