QxOrm  1.4.9
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 = (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

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 54 of file is_qx_pod.h.


Member Typedef Documentation

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


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 

Definition at line 57 of file is_qx_pod.h.


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