Time point type used to store the mocked time, in milliseconds.

Synopsis

Declared in <util/time.h>

using mock_time_point = std::chrono::time_point<MockableSteadyClock, std::chrono::milliseconds>;

Created with MrDocs