#include <hashmap.h>
Class to compute the hash value of a HashMap. You have to use this as HASH class if you want to use HashMaps in HashSets or as keys in other HashMaps.
Static Public Member Functions | |
static Bool | IsEqual (const HashMap &a, const HashMap &b, VALUEHASH &&hash=VALUEHASH()) |
static UInt | GetHashCode (const HashMap &m) |
|
static |