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