absl::Duration::operator*=

Multiplies this duration by a floating-point factor, forwarding to the double overload.

Synopsis

Declared in <absl/time/time.h>

template<
    typename T,
    /* implementation-defined */ = 0>
Duration&
operator*=(T r);

Return Value

A reference to this duration.

Parameters

NameDescription
rThe factor to multiply by.