.TH "__gnu_parallel::_Lexicographic< _T1, _T2, _Compare >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::_Lexicographic< _T1, _T2, _Compare > \- Compare __a pair of types lexicographically, ascending\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::binary_function< std::pair< _T1, _T2 >, std::pair< _T1, _T2 >, bool >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef \fBstd::pair\fP< _T1, _T2 > \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 \fBstd::pair\fP< _T1, _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_Lexicographic\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::_Lexicographic< _T1, _T2, _Compare >"Compare __a pair of types lexicographically, ascending\&. .PP Definition at line \fB53\fP of file \fBmultiseq_selection\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "typedef \fBstd::pair\fP< _T1, _T2 > \fBstd::binary_function\fP< \fBstd::pair\fP< _T1, _T2 > , \fBstd::pair\fP< _T1, _T2 > , bool >::first_argument_type\fC [inherited]\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .PP Definition at line \fB121\fP of file \fBstl_function\&.h\fP\&. .SS "typedef bool \fBstd::binary_function\fP< \fBstd::pair\fP< _T1, _T2 > , \fBstd::pair\fP< _T1, _T2 > , bool >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line \fB127\fP of file \fBstl_function\&.h\fP\&. .SS "typedef \fBstd::pair\fP< _T1, _T2 > \fBstd::binary_function\fP< \fBstd::pair\fP< _T1, _T2 > , \fBstd::pair\fP< _T1, _T2 > , bool >::second_argument_type\fC [inherited]\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .PP Definition at line \fB124\fP of file \fBstl_function\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fB__gnu_parallel::_Lexicographic\fP< _T1, _T2, _Compare >::_Lexicographic (_Compare & __comp)\fC [inline]\fP" .PP Definition at line \fB61\fP of file \fBmultiseq_selection\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template bool \fB__gnu_parallel::_Lexicographic\fP< _T1, _T2, _Compare >::operator() (const \fBstd::pair\fP< _T1, _T2 > & __p1, const \fBstd::pair\fP< _T1, _T2 > & __p2) const\fC [inline]\fP" .PP Definition at line \fB64\fP of file \fBmultiseq_selection\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.