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

Name

Description

lhs

The duration operand.

rhs

The scalar divisor.

Created with MrDocs