Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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