.TH "std::unary_function< _Arg, _Result >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::unary_function< _Arg, _Result > .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by std::_Identity< _Value >, std::_Select1st< pair< const _Key, _Tp > >, \fB__gnu_cxx::binary_compose< _Operation1, _Operation2, _Operation3 >\fP, \fB__gnu_cxx::subtractive_rng\fP, \fB__gnu_cxx::unary_compose< _Operation1, _Operation2 >\fP, and \fBstd::pointer_to_unary_function< _Arg, _Result >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Arg \fBargument_type\fP" .br .RI "\fCargument_type\fP is the type of the argument " .ti -1c .RI "\fBtypedef\fP _Result \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Arg, \fBtypename\fP _Result> .br struct std::unary_function< _Arg, _Result >"This is one of the \fBfunctor base classes\fP\&. .PP Definition at line \fB105\fP of file \fBstl_function\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _Arg , \fBtypename\fP _Result > \fBtypedef\fP _Arg \fBstd::unary_function\fP< _Arg, _Result >::argument_type" .PP \fCargument_type\fP is the type of the argument .PP Definition at line \fB108\fP of file \fBstl_function\&.h\fP\&. .SS "template<\fBtypename\fP _Arg , \fBtypename\fP _Result > \fBtypedef\fP _Result \fBstd::unary_function\fP< _Arg, _Result >::result_type" .PP \fCresult_type\fP is the return type .PP Definition at line \fB111\fP of file \fBstl_function\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.