VCCC  2024.05
VisualCamp Common C++ library
not_equal_to Member List

This is the complete list of members for not_equal_to, including all inherited members.

is_transparent typedefnot_equal_to
operator()(T &&t, U &&u) const noexcept(noexcept(!ranges::equal_to{}(std::forward< T >(t), std::forward< U >(u))))not_equal_toinline