Count the ticks of a time point's duration since the clock epoch.
Synopsis
Declared in <util/time.h>
template<
typename Duration,
typename Timepoint>
constexpr
auto
TicksSinceEpoch(Timepoint t);
Return Value
The tick count of t's duration since the clock epoch.
Parameters
Name |
Description |
t |
The time point to convert. |
Created with MrDocs