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