absl::operator/

Returns the quotient of a duration divided by a scalar.

Synopsis

Declared in <absl/time/time.h>

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

Return Value

The quotient lhs / rhs.

Parameters

NameDescription
lhsThe duration operand.
rhsThe scalar divisor.