.TH "__gnu_parallel::_EqualFromLess< _T1, _T2, _Compare >" 3cxx "Tue Jul 18 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::_EqualFromLess< _T1, _T2, _Compare > \- Constructs predicate for equality from strict weak ordering predicate\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::binary_function< _T1, _T2, bool >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _T1 \fBfirst_argument_type\fP" .br .RI "\fCfirst_argument_type\fP is the type of the first argument " .ti -1c .RI "typedef bool \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .ti -1c .RI "typedef _T2 \fBsecond_argument_type\fP" .br .RI "\fCsecond_argument_type\fP is the type of the second argument " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_EqualFromLess\fP (_Compare &__comp)" .br .ti -1c .RI "bool \fBoperator()\fP (const _T1 &__a, const _T2 &__b)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_parallel::_EqualFromLess< _T1, _T2, _Compare >"Constructs predicate for equality from strict weak ordering predicate\&. .SH "Member Typedef Documentation" .PP .SS "typedef _T1 \fBstd::binary_function\fP< _T1 , _T2 , bool >::first_argument_type\fC [inherited]\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .SS "typedef bool \fBstd::binary_function\fP< _T1 , _T2 , bool >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .SS "typedef _T2 \fBstd::binary_function\fP< _T1 , _T2 , bool >::second_argument_type\fC [inherited]\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.