.TH "std::ranges::not_equal_to" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::ranges::not_equal_to \- ranges::not_equal_to function object type\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "using \fBis_transparent\fP = __is_transparent" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template .br requires equality_comparable_with<_Tp, _Up>constexpr bool \fBoperator()\fP (_Tp &&__t, _Up &&__u) const noexcept(noexcept(\fBstd::declval\fP< _Up >()==\fBstd::declval\fP< _Tp >()))" .br .in -1c .SH "Detailed Description" .PP ranges::not_equal_to function object type\&. .PP Definition at line \fB99\fP of file \fBfunctional\fP\&. .SH "Member Typedef Documentation" .PP .SS "using std::ranges::not_equal_to::is_transparent = __is_transparent" .PP Definition at line \fB108\fP of file \fBfunctional\fP\&. .SH "Member Function Documentation" .PP .SS "template .br requires equality_comparable_with<_Tp, _Up>constexpr bool std::ranges::not_equal_to::operator() (_Tp && __t, _Up && __u) const\fC [inline]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB104\fP of file \fBfunctional\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.