Divides this duration by an integral divisor, forwarding to the int64_t overload.
Declared in <absl/time/time.h>
template<
typename T,
/* implementation-defined */ = 0>
Duration&
operator/=(T r);
A reference to this duration.
| Name | Description |
|---|---|
| r | The divisor to divide by. |