.TH "__gnu_parallel::_Multiplies< _Tp1, _Tp2, _Result >" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
__gnu_parallel::_Multiplies< _Tp1, _Tp2, _Result > \- Similar to std::multiplies, but allows two different types\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fR#include <base\&.h>\fP
.PP
Inherits \fBstd::binary_function< _Arg1, _Arg2, _Result >\fP\&.
.SS "Public Types"

.in +1c
.ti -1c
.RI "typedef _Arg1 \fBfirst_argument_type\fP"
.br
.RI "\fRfirst_argument_type\fP is the type of the first argument "
.ti -1c
.RI "typedef _Result \fBresult_type\fP"
.br
.RI "\fRresult_type\fP is the return type "
.ti -1c
.RI "typedef _Arg2 \fBsecond_argument_type\fP"
.br
.RI "\fRsecond_argument_type\fP is the type of the second argument "
.in -1c
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "_Result \fBoperator()\fP (const _Tp1 &__x, const _Tp2 &__y) const"
.br
.in -1c
.SH "Detailed Description"
.PP 

.SS "template<typename _Tp1, typename _Tp2, typename _Result = __typeof__(*static_cast<_Tp1*>(0)			* *static_cast<_Tp2*>(0))>
.br
struct __gnu_parallel::_Multiplies< _Tp1, _Tp2, _Result >"Similar to std::multiplies, but allows two different types\&. 
.SH "Member Typedef Documentation"
.PP 
.SS "template<typename _Arg1, typename _Arg2, typename _Result> typedef _Arg1 \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::first_argument_type\fR [inherited]\fP"

.PP
\fRfirst_argument_type\fP is the type of the first argument 
.SS "template<typename _Arg1, typename _Arg2, typename _Result> typedef _Result \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::result_type\fR [inherited]\fP"

.PP
\fRresult_type\fP is the return type 
.SS "template<typename _Arg1, typename _Arg2, typename _Result> typedef _Arg2 \fBstd::binary_function\fP< _Arg1, _Arg2, _Result >::second_argument_type\fR [inherited]\fP"

.PP
\fRsecond_argument_type\fP is the type of the second argument 

.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.
