.TH "__gnu_parallel::__binder2nd< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >" 3cxx "Tue Jul 18 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::__binder2nd< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType > \- Similar to std::binder2nd, but giving the argument types explicitly\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::unary_function< _FirstArgumentType, _ResultType >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _FirstArgumentType \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__binder2nd\fP (const _Operation &__x, const _SecondArgumentType &__y)" .br .ti -1c .RI "_ResultType \fBoperator()\fP (_FirstArgumentType &__x)" .br .ti -1c .RI "_ResultType \fBoperator()\fP (const _FirstArgumentType &__x) const" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Operation \fB_M_op\fP" .br .ti -1c .RI "_SecondArgumentType \fB_M_value\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_parallel::__binder2nd< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >"Similar to std::binder2nd, but giving the argument types explicitly\&. .SH "Member Typedef Documentation" .PP .SS "typedef _FirstArgumentType \fBstd::unary_function\fP< _FirstArgumentType , _ResultType >::argument_type\fC [inherited]\fP" .PP \fCargument_type\fP is the type of the argument .SS "typedef _ResultType \fBstd::unary_function\fP< _FirstArgumentType , _ResultType >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.