Typedef mosaic::SteadyClock#
Defined in File timestamp.hpp
Typedef Documentation#
-
using mosaic::SteadyClock = std::chrono::steady_clock
Alias for
std::chrono::steady_clock— a monotonic clock that is immune to wall-clock adjustments (NTP, DST, user changes).