Home
last modified time | relevance | path

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

/third_party/boost/boost/histogram/detail/
Drelaxed_equal.hpp17 struct relaxed_equal { struct
19 constexpr auto impl(const T& t, const U& u, priority<1>) const noexcept in impl()
26 constexpr bool impl(const T&, const U&, priority<0>) const noexcept { in impl()
32 constexpr bool impl(const T&, const T&, priority<0>) const noexcept { in impl()
37 constexpr bool operator()(const T& t, const U& u) const noexcept { in operator ()()