.TH "std::binary_function< _Arg1, _Arg2, _Result >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::binary_function< _Arg1, _Arg2, _Result > .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by std::_Sp_owner_less< shared_ptr< _Tp >, weak_ptr< _Tp > >, std::_Sp_owner_less< weak_ptr< _Tp >, shared_ptr< _Tp > >, std::_Sp_owner_less< __shared_ptr< _Tp, _Lp >, __weak_ptr< _Tp, _Lp > >, std::_Sp_owner_less< __weak_ptr< _Tp, _Lp >, __shared_ptr< _Tp, _Lp > >, std::_Sp_owner_less< void, void >, \fBstd::equal_to< _Key >\fP, \fBstd::equal_to< _Value >\fP, \fBstd::less< typename _Sequence::value_type >\fP, __gnu_cxx::_Project1st< _Arg1, _Arg2 >, __gnu_cxx::_Project2nd< _Arg1, _Arg2 >, \fB__gnu_parallel::_Multiplies< _Tp1, _Tp2, _Result >\fP, \fB__gnu_parallel::_Plus< _Tp1, _Tp2, _Result >\fP, and \fBstd::pointer_to_binary_function< _Arg1, _Arg2, _Result >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP \fB_Arg1\fP \fBfirst_argument_type\fP" .br .RI "\fCfirst_argument_type\fP is the type of the first argument " .ti -1c .RI "\fBtypedef\fP _Result \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .ti -1c .RI "\fBtypedef\fP \fB_Arg2\fP \fBsecond_argument_type\fP" .br .RI "\fCsecond_argument_type\fP is the type of the second argument " .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP \fB_Arg1\fP, \fBtypename\fP \fB_Arg2\fP, \fBtypename\fP _Result> .br struct std::binary_function< _Arg1, _Arg2, _Result >"This is one of the \fBfunctor base classes\fP\&. .PP Definition at line \fB118\fP of file \fBstl_function\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP \fB_Arg1\fP , \fBtypename\fP \fB_Arg2\fP , \fBtypename\fP _Result > \fBtypedef\fP \fB_Arg1\fP \fBstd::binary_function\fP< \fB_Arg1\fP, \fB_Arg2\fP, _Result >::first_argument_type" .PP \fCfirst_argument_type\fP is the type of the first argument .PP Definition at line \fB121\fP of file \fBstl_function\&.h\fP\&. .SS "template<\fBtypename\fP \fB_Arg1\fP , \fBtypename\fP \fB_Arg2\fP , \fBtypename\fP _Result > \fBtypedef\fP _Result \fBstd::binary_function\fP< \fB_Arg1\fP, \fB_Arg2\fP, _Result >::result_type" .PP \fCresult_type\fP is the return type .PP Definition at line \fB127\fP of file \fBstl_function\&.h\fP\&. .SS "template<\fBtypename\fP \fB_Arg1\fP , \fBtypename\fP \fB_Arg2\fP , \fBtypename\fP _Result > \fBtypedef\fP \fB_Arg2\fP \fBstd::binary_function\fP< \fB_Arg1\fP, \fB_Arg2\fP, _Result >::second_argument_type" .PP \fCsecond_argument_type\fP is the type of the second argument .PP Definition at line \fB124\fP of file \fBstl_function\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.