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

List of all members.

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

Detailed Description

template<typename T>
class qx::trait::is_qx_collection< T >

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.


Member Typedef Documentation

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


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 
value 

Definition at line 61 of file is_qx_collection.h.


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