libstdc++
|
Public Types | |
typedef _Tp1 | first_argument_type |
typedef _Tp1 | result_type |
typedef _Tp2 | second_argument_type |
typedef __typeof__(*)(const _Tp1 &__x, const _Tp2 &__y | static_cast )(NULL)**static_cast< _Tp2 * >(NULL)) result;resultoperator( |
Similar to std::multiplies, but allows two different types.
|
inherited |
the type of the first argument (no surprises here)
Definition at line 114 of file stl_function.h.
|
inherited |
type of the return type
Definition at line 118 of file stl_function.h.
|
inherited |
the type of the second argument
Definition at line 117 of file stl_function.h.