IDA C++ SDK 9.2
Loading...
Searching...
No Matches
qmap.hpp File Reference

Go to the source code of this file.

Classes

struct  ida_movable_type< qmap< T, U, C > >

Typedefs

template<typename Key, typename Value, typename Compare = std::less<Key>>
using qmap = qtree_detail::qmap<Key, Value, Compare, ida_alloc_policy, true>

Functions

template<class T, class U, class C>
int compare (const qmap< T, U, C > &a, const qmap< T, U, C > &b)

Typedef Documentation

◆ qmap

template<typename Key, typename Value, typename Compare = std::less<Key>>
using qmap = qtree_detail::qmap<Key, Value, Compare, ida_alloc_policy, true>

Function Documentation

◆ compare()

template<class T, class U, class C>
int compare ( const qmap< T, U, C > & a,
const qmap< T, U, C > & b )