.TH "std::pointer_to_unary_function< _Arg, _Result >" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::pointer_to_unary_function< _Arg, _Result > \- One of the \fBadaptors for function pointers\fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::unary_function< _Arg, _Result >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Arg \fBargument_type\fP" .br .RI "\fCargument_type\fP is the type of the argument " .ti -1c .RI "typedef _Result \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBpointer_to_unary_function\fP (_Result(*__x)(_Arg))" .br .ti -1c .RI "_Result \fBoperator()\fP (_Arg __x) const" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Result(* \fB_M_ptr\fP )(_Arg)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::pointer_to_unary_function< _Arg, _Result >"One of the \fBadaptors for function pointers\fP\&. .PP Definition at line \fB1105\fP of file \fBfunctional\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef _Arg \fBstd::unary_function\fP< _Arg, _Result >::argument_type\fC [inherited]\fP" .PP \fCargument_type\fP is the type of the argument .PP Definition at line \fB120\fP of file \fBfunctional\fP\&. .SS "template typedef _Result \fBstd::unary_function\fP< _Arg, _Result >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line \fB123\fP of file \fBfunctional\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fBstd::pointer_to_unary_function\fP< _Arg, _Result >::pointer_to_unary_function ()\fC [inline]\fP" .PP Definition at line \fB1111\fP of file \fBfunctional\fP\&. .SS "template \fBstd::pointer_to_unary_function\fP< _Arg, _Result >::pointer_to_unary_function (_Result(*)(_Arg) __x)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB1114\fP of file \fBfunctional\fP\&. .SH "Member Function Documentation" .PP .SS "template _Result \fBstd::pointer_to_unary_function\fP< _Arg, _Result >::operator() (_Arg __x) const\fC [inline]\fP" .PP Definition at line \fB1118\fP of file \fBfunctional\fP\&. .SH "Member Data Documentation" .PP .SS "template _Result(* \fBstd::pointer_to_unary_function\fP< _Arg, _Result >::_M_ptr) (_Arg)\fC [protected]\fP" .PP Definition at line \fB1108\fP of file \fBfunctional\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.