Returns the absolute value of a duration.
Declared in <absl/time/time.h>
<absl/time/time.h>
Duration AbsDuration(Duration d);
The absolute value of d.
d
Name
Description
The duration to take the absolute value of.
Created with MrDocs