.TH "std::pointer_to_binary_function< _Arg1, _Arg2, _Result >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::pointer_to_binary_function< _Arg1, _Arg2, _Result > \- One of the \fBadaptors for function pointers\fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::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 .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBpointer_to_binary_function\fP (_Result(*__x)(\fB_Arg1\fP, \fB_Arg2\fP))" .br .ti -1c .RI "_Result \fBoperator()\fP (\fB_Arg1\fP __x, \fB_Arg2\fP \fB__y\fP) \fBconst\fP" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Result(* \fB_M_ptr\fP )(\fB_Arg1\fP, \fB_Arg2\fP)" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP \fB_Arg1\fP, \fBtypename\fP \fB_Arg2\fP, \fBtypename\fP _Result> .br class std::pointer_to_binary_function< _Arg1, _Arg2, _Result >"One of the \fBadaptors for function pointers\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\fC [inherited]\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .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\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .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\fC [inherited]\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.