Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::not_equal_to Struct Reference

Public Types

using is_transparent = void
 

Public Member Functions

template<typename T , typename U , requires = (EqualityComparable<T, U>())>
constexpr bool operator() (T &&t, U &&u) const