Divides this duration by a floating‐point divisor.
Synopsis
Declared in <absl/time/time.h>
Duration&
operator/=(double r);
Return Value
A reference to this duration.
Parameters
Name |
Description |
r |
The divisor to divide by. |
Created with MrDocs