QxOrm
1.5.0
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 = std::is_base_of<qx::IxCollection, value = std::is_base_of<qx::IxCollection } |
typedef std::conditional < qx::trait::is_qx_collection < T >::value, std::true_type, std::false_type >::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 56 of file is_qx_collection.h.
typedef std::conditional<qx::trait::is_qx_collection<T>::value, std::true_type, std::false_type>::type qx::trait::is_qx_collection< T >::type |
Definition at line 65 of file is_qx_collection.h.
anonymous enum |
Definition at line 61 of file is_qx_collection.h.