QxOrm  1.4.9
C++ Object Relational Mapping library

qx::trait::is_qx_dao_ptr<T>::value : return true if T is a qx::dao::ptr<> smart-pointer of QxOrm library, otherwise return false More...

Go to the source code of this file.

Classes

struct  qx::trait::is_qx_dao_ptr< T >
 qx::trait::is_qx_dao_ptr<T>::value : return true if T is a qx::dao::ptr<> smart-pointer of QxOrm library, otherwise return false More...
struct  qx::trait::is_qx_dao_ptr< qx::dao::ptr< T > >
struct  qx::trait::is_qx_dao_ptr< qx::dao::ptr< T > & >
struct  qx::trait::is_qx_dao_ptr< const qx::dao::ptr< T > >
struct  qx::trait::is_qx_dao_ptr< const qx::dao::ptr< T > & >

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_dao_ptr<T>::value : return true if T is a qx::dao::ptr<> smart-pointer of QxOrm library, otherwise return false

Author:
Lionel Marty

Definition in file is_qx_dao_ptr.h.