.TH "__gnu_parallel::__binder2nd< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >" 3cxx "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\&. .PP Definition at line \fB220\fP of file \fBparallel/base\&.h\fP\&. .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 .PP Definition at line \fB108\fP of file \fBstl_function\&.h\fP\&. .SS "typedef _ResultType \fBstd::unary_function\fP< _FirstArgumentType , _ResultType >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line \fB111\fP of file \fBstl_function\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fB__gnu_parallel::__binder2nd\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::__binder2nd (const _Operation & __x, const _SecondArgumentType & __y)\fC [inline]\fP" .PP Definition at line \fB228\fP of file \fBparallel/base\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template _ResultType \fB__gnu_parallel::__binder2nd\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::operator() (_FirstArgumentType & __x)\fC [inline]\fP" .PP Definition at line \fB238\fP of file \fBparallel/base\&.h\fP\&. .SS "template _ResultType \fB__gnu_parallel::__binder2nd\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::operator() (const _FirstArgumentType & __x) const\fC [inline]\fP" .PP Definition at line \fB232\fP of file \fBparallel/base\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "template _Operation \fB__gnu_parallel::__binder2nd\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::_M_op\fC [protected]\fP" .PP Definition at line \fB224\fP of file \fBparallel/base\&.h\fP\&. .SS "template _SecondArgumentType \fB__gnu_parallel::__binder2nd\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::_M_value\fC [protected]\fP" .PP Definition at line \fB225\fP of file \fBparallel/base\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.