Returns the integer quotient of one duration divided by another.

Synopsis

Declared in <absl/time/time.h>

int64_t
operator/(
    Duration lhs,
    Duration rhs);

Return Value

The truncated integer quotient lhs / rhs.

Parameters

Name

Description

lhs

The numerator duration.

rhs

The denominator duration.

Created with MrDocs