#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.
|
| using | duration = std::chrono::system_clock::duration |
| |
| using | rep = duration::rep |
| |
| using | period = duration::period |
| |
| using | time_point = std::chrono::system_clock::time_point |
| |
|
|
static time_point | now () noexcept |
| |
|
static duration | resolution () noexcept |
| |
◆ 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
| bool utils::datetime::WallCoarseClock::is_steady = false |
|
staticconstexpr |
The documentation for this struct was generated from the following file: