.TH "std::pointer_to_binary_function< _Arg1, _Arg2, _Result >" 3cxx "Thu Feb 16 2023" "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 "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 .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBpointer_to_binary_function\fP (_Result(*__x)(_Arg1, _Arg2))" .br .ti -1c .RI "_Result \fBoperator()\fP (_Arg1 __x, _Arg2 __y) const" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Result(* \fB_M_ptr\fP )(_Arg1, _Arg2)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::pointer_to_binary_function< _Arg1, _Arg2, _Result >"One of the \fBadaptors for function pointers\fP\&. .PP Definition at line \fB1124\fP of file \fBstl_function\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef _Arg1 \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::first_argument_type\fC [inherited]\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .PP Definition at line \fB134\fP of file \fBstl_function\&.h\fP\&. .SS "template typedef _Result \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line \fB140\fP of file \fBstl_function\&.h\fP\&. .SS "template typedef _Arg2 \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::second_argument_type\fC [inherited]\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .PP Definition at line \fB137\fP of file \fBstl_function\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fBstd::pointer_to_binary_function\fP< _Arg1, _Arg2, _Result >::pointer_to_binary_function ()\fC [inline]\fP" .PP Definition at line \fB1131\fP of file \fBstl_function\&.h\fP\&. .SS "template \fBstd::pointer_to_binary_function\fP< _Arg1, _Arg2, _Result >::pointer_to_binary_function (_Result(*)(_Arg1, _Arg2) __x)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB1134\fP of file \fBstl_function\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template _Result \fBstd::pointer_to_binary_function\fP< _Arg1, _Arg2, _Result >::operator() (_Arg1 __x, _Arg2 __y) const\fC [inline]\fP" .PP Definition at line \fB1138\fP of file \fBstl_function\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "template _Result(* \fBstd::pointer_to_binary_function\fP< _Arg1, _Arg2, _Result >::_M_ptr) (_Arg1, _Arg2)\fC [protected]\fP" .PP Definition at line \fB1128\fP of file \fBstl_function\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.