Searched defs:BaseRefHash (Results 1 – 1 of 1) sorted by relevance
137 struct BaseRefHash { struct138 std::size_t operator()(const BaseRef &c) const { return c.hash(); } in operator()