![]() |
QxOrm
1.3.2
C++ Object Relational Mapping library
|
qx::trait::is_container_key_value<T>::value : return true if T is a map or hash-map (with <Key, Value> template format) container from stl, boost, Qt or QxOrm library, otherwise return false More...
#include <is_container_key_value.h>
Public Types | |
enum | { value = (qx::trait::is_container<T>::value && qx::trait::is_container_key_value<T>::type_is_container_key_value::value) } |
typedef boost::mpl::if_c < qx::trait::is_container_key_value < T >::value, boost::mpl::true_, boost::mpl::false_ >::type | type |
Private Types | |
typedef boost::mpl::or_ < qx::trait::is_boost_unordered_map < T >, qx::trait::is_std_map < T >, qx::trait::is_qt_map< T > , qx::trait::is_qt_hash< T > >::type | cond_is_container_key_value_1 |
typedef boost::mpl::or_ < typename qx::trait::is_container_key_value < T > ::cond_is_container_key_value_1, qx::trait::is_qt_multi_map< T > , qx::trait::is_qt_multi_hash < T > , qx::trait::is_qx_collection < T > >::type | cond_is_container_key_value_2 |
typedef boost::mpl::if_ < typename qx::trait::is_container_key_value < T > ::cond_is_container_key_value_2, boost::mpl::true_, boost::mpl::false_ >::type | type_is_container_key_value |
qx::trait::is_container_key_value<T>::value : return true if T is a map or hash-map (with <Key, Value> template format) container from stl, boost, Qt or QxOrm library, otherwise return false
Definition at line 60 of file is_container_key_value.h.
typedef boost::mpl::or_< qx::trait::is_boost_unordered_map<T>, qx::trait::is_std_map<T>, qx::trait::is_qt_map<T>, qx::trait::is_qt_hash<T> >::type qx::trait::is_container_key_value< T >::cond_is_container_key_value_1 [private] |
Definition at line 68 of file is_container_key_value.h.
typedef boost::mpl::or_< typename qx::trait::is_container_key_value<T>::cond_is_container_key_value_1, qx::trait::is_qt_multi_map<T>, qx::trait::is_qt_multi_hash<T>, qx::trait::is_qx_collection<T> >::type qx::trait::is_container_key_value< T >::cond_is_container_key_value_2 [private] |
Definition at line 73 of file is_container_key_value.h.
typedef boost::mpl::if_c<qx::trait::is_container_key_value<T>::value, boost::mpl::true_, boost::mpl::false_>::type qx::trait::is_container_key_value< T >::type |
Definition at line 96 of file is_container_key_value.h.
typedef boost::mpl::if_< typename qx::trait::is_container_key_value<T>::cond_is_container_key_value_2, boost::mpl::true_, boost::mpl::false_ >::type qx::trait::is_container_key_value< T >::type_is_container_key_value [private] |
Definition at line 88 of file is_container_key_value.h.
anonymous enum |
Definition at line 94 of file is_container_key_value.h.