.TH "std::binary_function< _Arg1, _Arg2, _Result >" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::binary_function< _Arg1, _Arg2, _Result > .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherited by , , , , \fBstd::divides< void >\fP, \fBstd::equal_to< Key >\fP, \fBstd::equal_to< void >\fP, \fBstd::greater< void >\fP, \fBstd::greater_equal< void >\fP, \fBstd::less< void >\fP, \fBstd::less_equal< void >\fP, \fBstd::logical_and< void >\fP, \fBstd::logical_or< void >\fP, \fBstd::minus< void >\fP, \fBstd::modulus< void >\fP, \fBstd::multiplies< void >\fP, and \fBstd::not_equal_to< void >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Arg1 \fBfirst_argument_type\fP" .br .RI "\fRfirst_argument_type\fP is the type of the first argument " .ti -1c .RI "typedef _Result \fBresult_type\fP" .br .RI "\fRresult_type\fP is the return type " .ti -1c .RI "typedef _Arg2 \fBsecond_argument_type\fP" .br .RI "\fRsecond_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 >"Helper for defining adaptable binary function objects\&. .PP \fBDeprecated\fP .RS 4 Deprecated in C++11, no longer in the standard since C++17\&. .RE .PP .SH "Member Typedef Documentation" .PP .SS "template typedef _Arg1 \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::first_argument_type" .PP \fRfirst_argument_type\fP is the type of the first argument .SS "template typedef _Result \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::result_type" .PP \fRresult_type\fP is the return type .SS "template typedef _Arg2 \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::second_argument_type" .PP \fRsecond_argument_type\fP is the type of the second argument .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.