Divides this duration by an integral divisor, forwarding to the int64_t overload.

Synopsis

Declared in <absl/time/time.h>

template<
    typename T,
    /* implementation-defined */ = 0>
Duration&
operator/=(T r);

Return Value

A reference to this duration.

Parameters

Name

Description

r

The divisor to divide by.

Created with MrDocs