.TH "std::unary_function< _Arg, _Result >" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::unary_function< _Arg, _Result > .SH SYNOPSIS .br .PP .PP Inherited by \fBstd::pointer_to_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 .SH "Detailed Description" .PP .SS "template .br struct std::unary_function< _Arg, _Result >" This is one of the \fBfunctor base classes\fP\&. .PP Definition at line 105 of file stl_function\&.h\&. .SH "Member Typedef Documentation" .PP .SS "template typedef _Arg \fBstd::unary_function\fP< _Arg, _Result >::\fBargument_type\fP" .PP \fCargument_type\fP is the type of the argument .PP Definition at line 108 of file stl_function\&.h\&. .SS "template typedef _Result \fBstd::unary_function\fP< _Arg, _Result >::\fBresult_type\fP" .PP \fCresult_type\fP is the return type .PP Definition at line 111 of file stl_function\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.