std::chrono::steady_clock
Monotonic clock.
- Provided by: libstdc++-9-doc (Version: 9.5.0-1ubuntu1~22.04.1)
- Source: gcc-9
- Report a bug
Monotonic clock.
typedef chrono::nanoseconds duration
typedef duration::period period
typedef duration::rep rep
typedef chrono::time_point< steady_clock, duration
> time_point
static time_point now () noexcept
static constexpr bool is_steady
Monotonic clock.
Time returned has the property of only increasing at a uniform rate.
Definition at line 867 of file chrono.
Generated automatically by Doxygen for libstdc++ from the source code.