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 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