.TH "std::binary_function< _Arg1, _Arg2, _Result >" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::binary_function< _Arg1, _Arg2, _Result > .SH SYNOPSIS .br .PP .PP Inherited by std::_Sp_owner_less< weak_ptr< _Tp >, shared_ptr< _Tp > >, std::_Sp_owner_less< __weak_ptr< _Tp, _Lp >, __shared_ptr< _Tp, _Lp > >, std::_Sp_owner_less< __shared_ptr< _Tp, _Lp >, __weak_ptr< _Tp, _Lp > >, std::_Sp_owner_less< shared_ptr< _Tp >, weak_ptr< _Tp > >, std::_Sp_owner_less< void, void >, \fBstd::less< typename _Sequence::value_type >\fP, and \fBstd::pointer_to_binary_function< _Arg1, _Arg2, _Result >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Arg1 \fBfirst_argument_type\fP" .br .RI "\fCfirst_argument_type\fP is the type of the first argument " .ti -1c .RI "typedef _Result \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .ti -1c .RI "typedef _Arg2 \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 .br struct std::binary_function< _Arg1, _Arg2, _Result >" This is one of the \fBfunctor base classes\fP\&. .PP Definition at line 118 of file stl_function\&.h\&. .SH "Member Typedef Documentation" .PP .SS "template typedef _Arg1 \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::\fBfirst_argument_type\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .PP Definition at line 121 of file stl_function\&.h\&. .SS "template typedef _Result \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::\fBresult_type\fP" .PP \fCresult_type\fP is the return type .PP Definition at line 127 of file stl_function\&.h\&. .SS "template typedef _Arg2 \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::\fBsecond_argument_type\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .PP Definition at line 124 of file stl_function\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.