Searched defs:FinalCompare (Results 1 – 1 of 1) sorted by relevance
25 struct FinalCompare final { struct26 bool operator()(const T& x, const T& y) const { return x < y; } in operator ()()