.TH "__gnu_cxx::binary_compose< _Operation1, _Operation2, _Operation3 >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::binary_compose< _Operation1, _Operation2, _Operation3 > \- An \fBSGI extension \fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::unary_function< _Operation2::argument_type, _Operation1::result_type >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Operation2::argument_type \fBargument_type\fP" .br .RI "\fCargument_type\fP is the type of the argument " .ti -1c .RI "typedef _Operation1::result_type \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBbinary_compose\fP (const _Operation1 &__x, const _Operation2 &__y, const _Operation3 &__z)" .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 .ti -1c .RI "_Operation3 \fB_M_fn3\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_cxx::binary_compose< _Operation1, _Operation2, _Operation3 >"An \fBSGI extension \fP\&. .SH "Member Typedef Documentation" .PP .SS "typedef _Operation2::argument_type \fBstd::unary_function\fP< _Operation2::argument_type , _Operation1::result_type >::argument_type\fC [inherited]\fP" .PP \fCargument_type\fP is the type of the argument .SS "typedef _Operation1::result_type \fBstd::unary_function\fP< _Operation2::argument_type , _Operation1::result_type >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.