constexpr auto operator()(T const &lhs, T const &rhs) const noexcept(noexcept(lhs< rhs)) -> bool
Returns if the first value is less than the second.
Definition less.hpp:45
constexpr auto operator()(::arene::base::result< void, E > const &value) const noexcept(noexcept(hash< E >{}(std::declval< E const & >()))) -> std::size_t
Calculate the hash of a result.
Definition result.hpp:1827