system_clock::is_monotonic Constant

Static value that specifies whether the clock type is monotonic.

static const bool is_monotonic = false;

Return Value

In this implementation, system_clock::is_monotonic always returns false.

Remarks

A clock is monotonic if the value that is returned by a first call to now() is always less than or equal to the value that is returned by a subsequent call to now().

Requirements

Header: chrono

Namespace: std::chrono

See Also

Reference

system_clock Structure

<chrono>