5 #ifndef VCCC_FUNCTIONAL_GREATER_HPP
6 #define VCCC_FUNCTIONAL_GREATER_HPP
25 noexcept(noexcept(
ranges::less{}(std::forward<U>(u), std::forward<T>(t))))
27 return ranges::less{}(std::forward<U>(u), std::forward<T>(t));
Definition: directory.h:12
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 1 > value
Definition: key_value.hpp:35
Definition: greater.hpp:20
constexpr bool operator()(T &&t, U &&u) const noexcept(noexcept(ranges::less{}(std::forward< U >(u), std::forward< T >(t))))
Definition: greater.hpp:24
std::true_type is_transparent
Definition: greater.hpp:21