QxOrm  1.4.2
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 = 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

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 60 of file is_qx_collection.h.


Member Typedef Documentation

template<typename T >
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 69 of file is_qx_collection.h.


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 
value 

Definition at line 65 of file is_qx_collection.h.


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