QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx::trait::is_boost_unordered_map<T>::value : return true if T is a boost::unordered_map<> or boost::unordered_multimap<> container, otherwise return false More...

Go to the source code of this file.

Classes

struct  qx::trait::is_boost_unordered_map< T >
 qx::trait::is_boost_unordered_map<T>::value : return true if T is a boost::unordered_map<> or boost::unordered_multimap<> container, otherwise return false More...
 
struct  qx::trait::is_boost_unordered_map< boost::unordered_map< Key, Value > >
 
struct  qx::trait::is_boost_unordered_map< boost::unordered_map< Key, Value > & >
 
struct  qx::trait::is_boost_unordered_map< const boost::unordered_map< Key, Value > >
 
struct  qx::trait::is_boost_unordered_map< const boost::unordered_map< Key, Value > & >
 
struct  qx::trait::is_boost_unordered_map< boost::unordered_multimap< Key, Value > >
 
struct  qx::trait::is_boost_unordered_map< boost::unordered_multimap< Key, Value > & >
 
struct  qx::trait::is_boost_unordered_map< const boost::unordered_multimap< Key, Value > >
 
struct  qx::trait::is_boost_unordered_map< const boost::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_boost_unordered_map<T>::value : return true if T is a boost::unordered_map<> or boost::unordered_multimap<> container, otherwise return false

Author
Lionel Marty

Definition in file is_boost_unordered_map.h.