.TH "__gnu_parallel::_LexicographicReverse< _T1, _T2, _Compare >" 3cxx "Wed Jul 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::_LexicographicReverse< _T1, _T2, _Compare > \- Compare __a pair of types lexicographically, descending\&. .SH SYNOPSIS .br .PP .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_LexicographicReverse\fP (_Compare &__comp)" .br .ti -1c .RI "bool \fBoperator()\fP (const \fBstd::pair\fP< _T1, _T2 > &__p1, const \fBstd::pair\fP< _T1, _T2 > &__p2) const" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_parallel::_LexicographicReverse< _T1, _T2, _Compare >" Compare __a pair of types lexicographically, descending\&. .PP Definition at line 80 of file multiseq_selection\&.h\&. .SH "Member Typedef Documentation" .PP .SS "typedef _T1 \fBstd::binary_function\fP< _T1 , _T2 , bool >::\fBfirst_argument_type\fP\fC [inherited]\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .PP Definition at line 121 of file stl_function\&.h\&. .SS "typedef bool \fBstd::binary_function\fP< _T1 , _T2 , bool >::\fBresult_type\fP\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line 127 of file stl_function\&.h\&. .SS "typedef _T2 \fBstd::binary_function\fP< _T1 , _T2 , bool >::\fBsecond_argument_type\fP\fC [inherited]\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .PP Definition at line 124 of file stl_function\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.