absl::operator*

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

NameDescription
lhsThe scalar factor.
rhsThe duration operand.