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