8template<
typename Key,
typename Value,
typename Compare = std::less<Key>>
11template <
class T,
class U,
class C>
17template <
class T,
class U,
class C>
20 static constexpr bool value =
true;
Definition qtree.hpp:2617
int compare_containers(const T &l, const T &r)
Template to compare any 2 containers of the same type. Returns -1/0/1.
Definition pro.h:4648
int compare(const qmap< T, U, C > &a, const qmap< T, U, C > &b)
Definition qmap.hpp:12
qtree_detail::qmap< Key, Value, Compare, ida_alloc_policy, true > qmap
Definition qmap.hpp:9
static constexpr bool value
Definition qmap.hpp:20