#include <ozo/time_traits.h>
Time traits of the library.
Types | |
| using | duration = std::chrono::steady_clock::duration |
| Time duration type of the library. | |
| using | time_point = std::chrono::steady_clock::time_point |
| Time point type of the library. | |
Static Public Member Functions | |
| static time_point | now () noexcept(noexcept(std::chrono::steady_clock::now())) |
|
staticnoexcept |
Get current time
Referenced by ozo::deadline(), ozo::expired(), and ozo::time_left().