32#ifndef _QX_IS_PTR_TO_POD_H_
33#define _QX_IS_PTR_TO_POD_H_
62 static typename std::conditional<qx::trait::is_qx_pod<U>::value, char,
int>
::type removePtr(
const volatile U *
const volatile);
71 typedef typename std::conditional<qx::trait::is_ptr_to_pod<T>::value, std::true_type, std::false_type>
::type type;
qx::trait::is_ptr_to_pod<T>::value : return true if T is a pointer to a POD type (char,...
std::conditional< qx::trait::is_ptr_to_pod< T >::value, std::true_type, std::false_type >::type type
static int removePtr(...)
static std::conditional< qx::trait::is_qx_pod< U >::value, char, int >::type removePtr(const volatile U *const volatile)
qx::trait::is_qx_pod<T>::value : return true if T is a POD type and not a pointer
Root namespace for all QxOrm library features.