Work function to multiply value elt0
by elt1
, updating elt0
in the process (elt0
*= elt1
).
More...
Public Member Functions | |
template<typename Elt0 , typename Elt1 > | |
void | operator() (Elt0 &&elt0, Elt1 &&elt1) |
Public Types | |
typedef void | result_type |
Work function to multiply value elt0
by elt1
, updating elt0
in the process (elt0
*= elt1
).