Returns the product of a scalar and a duration.

Synopsis

Declared in <absl/time/time.h>

template<typename T>
Duration
operator*(
    T lhs,
    Duration rhs);

Return Value

The product lhs * rhs.

Parameters

Name

Description

lhs

The scalar factor.

rhs

The duration operand.

Created with MrDocs