Share via


system_clock::is_steady Constant

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

See Also

Reference

system_clock Structure

<chrono>