Searched defs:OneWayHomoComparator (Results 1 – 1 of 1) sorted by relevance
68 struct OneWayHomoComparator : public CompareBase { struct69 bool operator()(T1 const& lhs, T2 const& rhs) const { in operator ()()