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