32#ifndef _QX_IS_STD_UNORDERED_MAP_H_
33#define _QX_IS_STD_UNORDERED_MAP_H_
46#include <unordered_map>
58template <
typename Key,
typename Value>
61template <
typename Key,
typename Value>
64template <
typename Key,
typename Value>
67template <
typename Key,
typename Value>
70template <
typename Key,
typename Value>
73template <
typename Key,
typename Value>
76template <
typename Key,
typename Value>
79template <
typename Key,
typename Value>
Root namespace for all QxOrm library features.
qx::trait::is_std_unordered_map<T>::value : return true if T is a std::unordered_map<> or std::unorde...