Multiplies this duration by a floating-point factor, forwarding to the double overload.
Declared in <absl/time/time.h>
template<
typename T,
/* implementation-defined */ = 0>
Duration&
operator*=(T r);
A reference to this duration.
| Name | Description |
|---|---|
| r | The factor to multiply by. |