Converts an absl::Duration to a std::chrono::hours value.
Synopsis
Declared in <absl/time/time.h>
std::chrono::hours
ToChronoHours(Duration d);
Return Value
The equivalent std::chrono::hours value.
Parameters
Name |
Description |
d |
The duration to convert. |
Created with MrDocs