Constructors
Synopses
Declared in <absl/time/time.h>
Constructs a zero‐length duration.
constexpr
Duration();
Constructs a copy of another duration.
Parameters
Name |
Description |
d |
The duration to copy. |
Created with MrDocs