Searched defs:Comparator (Results 1 – 3 of 3) sorted by relevance
283 struct Comparator { struct284 bool operator()(IndexedItem *item1, IndexedItem *item2) const noexcept in operator()
282 struct Comparator { struct283 bool operator()(IndexedItem *item1, IndexedItem *item2) const noexcept in operator()
46 struct Comparator { struct47 bool operator()(const T *lhs, const T *rhs) const in operator()