userver: userver/utils/datetime/wall_coarse_clock.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
wall_coarse_clock.hpp File Reference

System clock with up to a few millisecond resolution that is slightly faster than the std::chrono::system_clock. More...

#include <chrono>
+ Include dependency graph for wall_coarse_clock.hpp:

Go to the source code of this file.

Classes

struct  utils::datetime::WallCoarseClock
 System clock with up to a few millisecond resolution that is slightly faster than the std::chrono::system_clock. More...
 

Namespaces

namespace  utils
 Utilities.
 
namespace  utils::datetime
 Date and time utilities.
 

Detailed Description

System clock with up to a few millisecond resolution that is slightly faster than the std::chrono::system_clock.

Definition in file wall_coarse_clock.hpp.