absl::operator*

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

NameDescription
lhsThe duration operand.
rhsThe scalar factor.