#include <chrono>
Public Types | |
using | duration = std::chrono::nanoseconds |
using | period = duration::period |
using | rep = duration::rep |
using | time_point = std::chrono::time_point< high_resolution_clock > |
Static Public Member Functions | |
static time_point | now () noexcept |
Static Public Attributes | |
static constexpr const bool | is_steady { true } |
using os::estd::chrono::high_resolution_clock::duration = std::chrono::nanoseconds |
using os::estd::chrono::high_resolution_clock::period = duration::period |
using os::estd::chrono::high_resolution_clock::rep = duration::rep |
using os::estd::chrono::high_resolution_clock::time_point = std::chrono::time_point<high_resolution_clock> |
|
staticnoexcept |
Definition at line 109 of file chrono.cpp.
|
staticconstexpr |