Searched defs:CustomCompare (Results 1 – 1 of 1) sorted by relevance
18 struct CustomCompare { struct19 bool operator()(const T& lhs, const T& rhs) const { in operator ()()