ToTimeval overloads
Synopses
Declared in <absl/time/time.h>
Converts an absl::Duration to a timeval.
Converts an absl::Time to a timeval.
Return Value
The equivalent timeval.
Parameters
Name |
Description |
d |
The duration to convert. |
t |
The time to convert. |
Created with MrDocs