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