Now

Return the current time point cast to the given precision. Only use this when an exact precision is needed, otherwise use T::clock::now() directly.

Synopsis

Declared in <util/time.h>

template<typename T>
T
Now();

Return Value

The current time point of T::clock cast to T's duration.