System clock with up to a few millisecond resolution that is slightly faster than the std::chrono::system_clock.
More...
#include <userver/utils/datetime/wall_coarse_clock.hpp>
System clock with up to a few millisecond resolution that is slightly faster than the std::chrono::system_clock.
Definition at line 16 of file wall_coarse_clock.hpp.
◆ duration
using utils::datetime::WallCoarseClock::duration = std::chrono::system_clock::duration |
◆ period
using utils::datetime::WallCoarseClock::period = duration::period |
◆ rep
using utils::datetime::WallCoarseClock::rep = duration::rep |
◆ time_point
using utils::datetime::WallCoarseClock::time_point = std::chrono::system_clock::time_point |
◆ is_steady
The documentation for this struct was generated from the following file: