Searched defs:TypeLess (Results 1 – 1 of 1) sorted by relevance
210 struct TypeLess { struct211 bool operator()(const Type* const a, const Type* const b) const { in operator()