HashMap
-
template<typename K, typename V>
class HashMap HashMap class template.
Public Types
-
using SortCompare = bool (*)(const ElementConst &e1, const ElementConst &e2)
Return true if key1 < key2.
Public Functions
-
void sort(SortCompare compare)
Sort map entries.
-
template<bool is_const>
struct BaseElement
-
template<bool is_const>
class Iterator
-
using SortCompare = bool (*)(const ElementConst &e1, const ElementConst &e2)