![]() |
QxOrm
1.2.3
C++ Object Relational Mapping library
|
qx::trait::is_qx_collection<T>::value : return true if T is a qx::QxCollection<> container of QxOrm library, otherwise return false More...
#include <is_qx_collection.h>
Public Types | |
enum | { value = boost::is_base_of<qx::IxCollection, value = boost::is_base_of<qx::IxCollection } |
typedef boost::mpl::if_c < qx::trait::is_qx_collection < T >::value, boost::mpl::true_, boost::mpl::false_ >::type | type |
qx::trait::is_qx_collection<T>::value : return true if T is a qx::QxCollection<> container of QxOrm library, otherwise return false
Definition at line 54 of file is_qx_collection.h.
typedef boost::mpl::if_c<qx::trait::is_qx_collection<T>::value, boost::mpl::true_, boost::mpl::false_>::type qx::trait::is_qx_collection< T >::type |
Definition at line 63 of file is_qx_collection.h.
anonymous enum |
Definition at line 59 of file is_qx_collection.h.