QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::trait::is_std_map<T>::value : return true if T is a std::map<> container of stl library, otherwise return false More...
#include <map>
Go to the source code of this file.
Classes | |
struct | qx::trait::is_std_map< T > |
qx::trait::is_std_map<T>::value : return true if T is a std::map<> container of stl library, otherwise return false More... | |
struct | qx::trait::is_std_map< std::map< Key, Value > > |
struct | qx::trait::is_std_map< std::map< Key, Value > & > |
struct | qx::trait::is_std_map< const std::map< Key, Value > > |
struct | qx::trait::is_std_map< const std::map< 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. |
qx::trait::is_std_map<T>::value : return true if T is a std::map<> container of stl library, otherwise return false
Definition in file is_std_map.h.