.TH "std::binder1st< _Operation >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::binder1st< _Operation > \- One of the \fBbinder functors\fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::unary_function< _Operation::second_argument_type, _Operation::result_type >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Operation::second_argument_type \fBargument_type\fP" .br .RI "\fCargument_type\fP is the type of the argument " .ti -1c .RI "\fBtypedef\fP _Operation::result_type \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBbinder1st\fP (\fBconst\fP _Operation &__x, \fBconst\fP \fBtypename\fP _Operation::first_argument_type &\fB__y\fP)" .br .ti -1c .RI "_Operation::result_type \fBoperator()\fP (\fBconst\fP \fBtypename\fP _Operation::second_argument_type &__x) \fBconst\fP" .br .ti -1c .RI "_Operation::result_type \fBoperator()\fP (\fBtypename\fP _Operation::second_argument_type &__x) \fBconst\fP" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Operation \fBop\fP" .br .ti -1c .RI "_Operation::first_argument_type \fBvalue\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Operation> .br class std::binder1st< _Operation >"One of the \fBbinder functors\fP\&. .PP Definition at line \fB108\fP of file \fBbinders\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "\fBtypedef\fP _Operation::second_argument_type \fBstd::unary_function\fP< _Operation::second_argument_type , _Operation::result_type >::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 "\fBtypedef\fP _Operation::result_type \fBstd::unary_function\fP< _Operation::second_argument_type , _Operation::result_type >::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<\fBtypename\fP _Operation > \fBstd::binder1st\fP< _Operation >::binder1st (\fBconst\fP _Operation & __x, \fBconst\fP \fBtypename\fP _Operation::first_argument_type & __y)\fC [inline]\fP" .PP Definition at line \fB117\fP of file \fBbinders\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _Operation > _Operation::result_type \fBstd::binder1st\fP< _Operation >::operator() (\fBconst\fP \fBtypename\fP _Operation::second_argument_type & __x) const\fC [inline]\fP" .PP Definition at line \fB122\fP of file \fBbinders\&.h\fP\&. .SS "template<\fBtypename\fP _Operation > _Operation::result_type \fBstd::binder1st\fP< _Operation >::operator() (\fBtypename\fP _Operation::second_argument_type & __x) const\fC [inline]\fP" .PP Definition at line \fB128\fP of file \fBbinders\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "template<\fBtypename\fP _Operation > _Operation \fBstd::binder1st\fP< _Operation >::op\fC [protected]\fP" .PP Definition at line \fB113\fP of file \fBbinders\&.h\fP\&. .SS "template<\fBtypename\fP _Operation > _Operation::first_argument_type \fBstd::binder1st\fP< _Operation >::value\fC [protected]\fP" .PP Definition at line \fB114\fP of file \fBbinders\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.