[#TicksSinceEpoch] = TicksSinceEpoch :mrdocs: Count the ticks of a time point's duration since the clock epoch. == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Duration, typename Timepoint> constexpr auto TicksSinceEpoch(Timepoint t); ---- == Return Value The tick count of t's duration since the clock epoch. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time point to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#