.TH "__gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >" 3cxx "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 \fC#include \fP .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 \fB192\fP of file \fBparallel/base\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "typedef _SecondArgumentType \fBstd::unary_function\fP< _SecondArgumentType , _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< _SecondArgumentType , _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::__binder1st\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::__binder1st (const _Operation & __x, const _FirstArgumentType & __y)\fC [inline]\fP" .PP Definition at line \fB200\fP of file \fBparallel/base\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template _ResultType \fB__gnu_parallel::__binder1st\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::operator() (_SecondArgumentType & __x) const\fC [inline]\fP" .PP Definition at line \fB210\fP of file \fBparallel/base\&.h\fP\&. .SS "template _ResultType \fB__gnu_parallel::__binder1st\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::operator() (const _SecondArgumentType & __x)\fC [inline]\fP" .PP Definition at line \fB204\fP of file \fBparallel/base\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "template _Operation \fB__gnu_parallel::__binder1st\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::_M_op\fC [protected]\fP" .PP Definition at line \fB196\fP of file \fBparallel/base\&.h\fP\&. .SS "template _FirstArgumentType \fB__gnu_parallel::__binder1st\fP< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType >::_M_value\fC [protected]\fP" .PP Definition at line \fB197\fP of file \fBparallel/base\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.