Constructs a copy of another duration.
Declared in <absl/time/time.h>
<absl/time/time.h>
constexpr Duration(Duration const& d) = default;
Name
Description
d
The duration to copy.
Created with MrDocs