[#MockableSteadyClock-mock_time_point] = xref:MockableSteadyClock.adoc[MockableSteadyClock]::mock_time_point :relfileprefix: ../ :mrdocs: Time point type used to store the mocked time, in milliseconds. == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using mock_time_point = std::chrono::time_point<MockableSteadyClock, std::chrono::milliseconds>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#