Searched defs:StructKeyComparator (Results 1 – 2 of 2) sorted by relevance
908 template<typename T> struct StructKeyComparator { struct909 bool operator()(const T &a, const T &b) const { in operator()