Home
last modified time | relevance | path

Searched defs:less_than_comparable (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/type_erasure/example/
Dconcept_map.cpp28 struct less_than_comparable<std::type_info> struct
30 static bool apply(const std::type_info& lhs, const std::type_info& rhs) in apply()
/third_party/boost/boost/type_erasure/
Doperators.hpp301 struct less_than_comparable struct
303 static bool apply(const T& lhs, const U& rhs) { return lhs < rhs; } in apply()