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

Go to the source code of this file.

Classes

struct  qx::trait::is_container_key_value< T >
 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...
struct  qx::trait::is_container_key_value< boost::unordered_map< Key, Value > >
struct  qx::trait::is_container_key_value< boost::unordered_map< Key, Value > & >
struct  qx::trait::is_container_key_value< const boost::unordered_map< Key, Value > >
struct  qx::trait::is_container_key_value< const boost::unordered_map< Key, Value > & >
struct  qx::trait::is_container_key_value< boost::unordered_multimap< Key, Value > >
struct  qx::trait::is_container_key_value< boost::unordered_multimap< Key, Value > & >
struct  qx::trait::is_container_key_value< const boost::unordered_multimap< Key, Value > >
struct  qx::trait::is_container_key_value< const boost::unordered_multimap< Key, Value > & >
struct  qx::trait::is_container_key_value< QHash< Key, Value > >
struct  qx::trait::is_container_key_value< QHash< Key, Value > & >
struct  qx::trait::is_container_key_value< const QHash< Key, Value > >
struct  qx::trait::is_container_key_value< const QHash< Key, Value > & >
struct  qx::trait::is_container_key_value< QMap< Key, Value > >
struct  qx::trait::is_container_key_value< QMap< Key, Value > & >
struct  qx::trait::is_container_key_value< const QMap< Key, Value > >
struct  qx::trait::is_container_key_value< const QMap< Key, Value > & >
struct  qx::trait::is_container_key_value< QMultiHash< Key, Value > >
struct  qx::trait::is_container_key_value< QMultiHash< Key, Value > & >
struct  qx::trait::is_container_key_value< const QMultiHash< Key, Value > >
struct  qx::trait::is_container_key_value< const QMultiHash< Key, Value > & >
struct  qx::trait::is_container_key_value< QMultiMap< Key, Value > >
struct  qx::trait::is_container_key_value< QMultiMap< Key, Value > & >
struct  qx::trait::is_container_key_value< const QMultiMap< Key, Value > >
struct  qx::trait::is_container_key_value< const QMultiMap< Key, Value > & >
struct  qx::trait::is_container_key_value< qx::QxCollection< Key, Value > >
struct  qx::trait::is_container_key_value< qx::QxCollection< Key, Value > & >
struct  qx::trait::is_container_key_value< const qx::QxCollection< Key, Value > >
struct  qx::trait::is_container_key_value< const qx::QxCollection< Key, Value > & >
struct  qx::trait::is_container_key_value< std::map< Key, Value > >
struct  qx::trait::is_container_key_value< std::map< Key, Value > & >
struct  qx::trait::is_container_key_value< const std::map< Key, Value > >
struct  qx::trait::is_container_key_value< const std::map< Key, Value > & >
struct  qx::trait::is_container_key_value< std::unordered_map< Key, Value > >
struct  qx::trait::is_container_key_value< std::unordered_map< Key, Value > & >
struct  qx::trait::is_container_key_value< const std::unordered_map< Key, Value > >
struct  qx::trait::is_container_key_value< const std::unordered_map< Key, Value > & >
struct  qx::trait::is_container_key_value< std::unordered_multimap< Key, Value > >
struct  qx::trait::is_container_key_value< std::unordered_multimap< Key, Value > & >
struct  qx::trait::is_container_key_value< const std::unordered_multimap< Key, Value > >
struct  qx::trait::is_container_key_value< const std::unordered_multimap< Key, Value > & >

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


namespace  qx::trait
 

QxOrm library traits (template metaprogramming) not available in boost::type_traits library.



Detailed Description

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

Author:
Lionel Marty

Definition in file is_container_key_value.h.