Searched defs:safe_less (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/histogram/detail/ |
| D | safe_comparison.hpp | 53 struct safe_less { struct 55 bool operator()(const T& t, const U& u) const noexcept { in operator ()() 60 bool impl(C1, C2, const T& t, const U& u) const noexcept { in impl() 65 bool impl(type<int>, type<unsigned>, const T& t, const U& u) const noexcept { in impl() 70 bool impl(type<unsigned>, type<int>, const T& t, const U& u) const noexcept { in impl()
|