.TH "__gnu_parallel::equal_to< T1, T2 >" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::equal_to< T1, T2 > \- .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 .ti -1c .RI "typedef bool \fBresult_type\fP" .br .ti -1c .RI "typedef T2 \fBsecond_argument_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "bool \fBoperator()\fP (const T1 &t1, const T2 &t2) const " .br .in -1c .SH "Detailed Description" .PP .SS "templatestruct __gnu_parallel::equal_to< T1, T2 >" Similar to \fBstd::equal_to\fP, but allows two different types\&. .PP Definition at line 250 of file base\&.h\&. .SH "Member Typedef Documentation" .PP .SS "typedef T1 \fBstd::binary_function\fP< T1 , T2 , bool >::\fBfirst_argument_type\fP\fC [inherited]\fP" .PP the type of the first argument (no surprises here) .PP Definition at line 114 of file stl_function\&.h\&. .SS "typedef bool \fBstd::binary_function\fP< T1 , T2 , bool >::\fBresult_type\fP\fC [inherited]\fP" .PP type of the return type .PP Definition at line 118 of file stl_function\&.h\&. .SS "typedef T2 \fBstd::binary_function\fP< T1 , T2 , bool >::\fBsecond_argument_type\fP\fC [inherited]\fP" .PP the type of the second argument .PP Definition at line 117 of file stl_function\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.