.TH "__gnu_cxx::unary_compose< _Operation1, _Operation2 >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::unary_compose< _Operation1, _Operation2 > \- An \fBSGI extension \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 "\fBunary_compose\fP (const _Operation1 &__x, const _Operation2 &__y)" .br .ti -1c .RI "_Operation1::result_type \fBoperator()\fP (const typename _Operation2::argument_type &__x) const" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Operation1 \fB_M_fn1\fP" .br .ti -1c .RI "_Operation2 \fB_M_fn2\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_cxx::unary_compose< _Operation1, _Operation2 >"An \fBSGI extension \fP\&. .PP Definition at line \fB125\fP of file \fBext/functional\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 \fB108\fP of file \fBstl_function\&.h\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 \fB111\fP of file \fBstl_function\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fB__gnu_cxx::unary_compose\fP< _Operation1, _Operation2 >::unary_compose (const _Operation1 & __x, const _Operation2 & __y)\fC [inline]\fP" .PP Definition at line \fB134\fP of file \fBext/functional\fP\&. .SH "Member Function Documentation" .PP .SS "template _Operation1::result_type \fB__gnu_cxx::unary_compose\fP< _Operation1, _Operation2 >::operator() (const typename _Operation2::argument_type & __x) const\fC [inline]\fP" .PP Definition at line \fB138\fP of file \fBext/functional\fP\&. .SH "Member Data Documentation" .PP .SS "template _Operation1 \fB__gnu_cxx::unary_compose\fP< _Operation1, _Operation2 >::_M_fn1\fC [protected]\fP" .PP Definition at line \fB130\fP of file \fBext/functional\fP\&. .SS "template _Operation2 \fB__gnu_cxx::unary_compose\fP< _Operation1, _Operation2 >::_M_fn2\fC [protected]\fP" .PP Definition at line \fB131\fP of file \fBext/functional\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.