Searched defs:IntHash (Results 1 – 1 of 1) sorted by relevance
52 struct IntHash { struct53 size_t operator()(int pKey) const { return pKey; } in operator ()()