absl::Duration::operator/=

Divides this duration by a floating-point divisor, forwarding to the double 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

NameDescription
rThe divisor to divide by.