QxOrm  1.2.8
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>

List of all members.

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

Detailed Description

template<typename T>
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

Definition at line 60 of file is_qx_pod.h.


Member Typedef Documentation

template<typename T >
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 65 of file is_qx_pod.h.


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 

Definition at line 63 of file is_qx_pod.h.


The documentation for this struct was generated from the following file: