Returns the negation of a duration.
Declared in <absl/time/time.h>
<absl/time/time.h>
constexpr Duration operator‐(Duration d);
The negated duration.
Name
Description
d
The duration to negate.
Created with MrDocs