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

Name

Description

r

The factor to multiply by.

Created with MrDocs