Searched defs:hash_pair (Results 1 – 1 of 1) sorted by relevance
33 struct hash_pair { struct35 size_t operator()(const std::pair<T1, T2>& p) const { in operator()