.TH "__gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType > \- Similar to std::binder1st, but giving the argument types explicitly\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::unary_function< _SecondArgumentType, _ResultType >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _SecondArgumentType \fBargument_type\fP" .br .RI "\fCargument_type\fP is the type of the argument " .ti -1c .RI "typedef _ResultType \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB__binder1st\fP (const _Operation &__x, const _FirstArgumentType &__y)" .br .ti -1c .RI "_ResultType \fBoperator()\fP (_SecondArgumentType &__x) const" .br .ti -1c .RI "_ResultType \fBoperator()\fP (const _SecondArgumentType &__x)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Operation \fB_M_op\fP" .br .ti -1c .RI "_FirstArgumentType \fB_M_value\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >" Similar to std::binder1st, but giving the argument types explicitly\&. .PP Definition at line 192 of file base\&.h\&. .SH "Member Typedef Documentation" .PP .SS "typedef _SecondArgumentType \fBstd::unary_function\fP< _SecondArgumentType , _ResultType >::\fBargument_type\fP\fC [inherited]\fP" .PP \fCargument_type\fP is the type of the argument .PP Definition at line 108 of file stl_function\&.h\&. .SS "typedef _ResultType \fBstd::unary_function\fP< _SecondArgumentType , _ResultType >::\fBresult_type\fP\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line 111 of file stl_function\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.