Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Static value that specifies whether the clock type is steady.
static const bool is_steady = false;
Return Value
In this implementation, system_clock::is_steady always returns false.
Remarks
A clock is steady if it is monotonic and if the time between clock ticks is constant.
Requirements
Header: chrono
Namespace: std::chrono