Returns the integer quotient of one duration divided by another.
Declared in <absl/time/time.h>
<absl/time/time.h>
int64_t operator/( Duration lhs, Duration rhs);
The truncated integer quotient lhs / rhs.
lhs / rhs