Returns the product of a duration and a scalar.

Synopsis

Declared in <absl/time/time.h>

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

Return Value

The product lhs * rhs.

Parameters

Name

Description

lhs

The duration operand.

rhs

The scalar factor.

Created with MrDocs