Searched defs:less_than_comparable (Results 1 – 2 of 2) sorted by relevance
28 struct less_than_comparable<std::type_info> struct30 static bool apply(const std::type_info& lhs, const std::type_info& rhs) in apply()
301 struct less_than_comparable struct303 static bool apply(const T& lhs, const U& rhs) { return lhs < rhs; } in apply()