ToTimespec overloads
Declared in <absl/time/time.h>
Converts an absl::Duration to a timespec.
timespec
ToTimespec(Duration d);
» more...
Converts an absl::Time to a timespec.
timespec
ToTimespec(Time t);
» more...
The equivalent timespec.
| Name | Description |
|---|---|
| d | The duration to convert. |
| t | The time to convert. |