[#Now] = Now :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> T Now(); ---- == Return Value The current time point of T::clock cast to T's duration. [.small]#Created with https://www.mrdocs.com[MrDocs]#