Converts an absl::Time to a timeval.
Synopsis
Declared in <absl/time/time.h>
timeval
ToTimeval(Time t);
Return Value
The equivalent timeval.
Parameters
Name |
Description |
t |
The time to convert. |
Created with MrDocs