Returns true if status has the kOutOfRange error code.
true
status
kOutOfRange
Declared in <absl/status/status.h>
<absl/status/status.h>
[[nodiscard]] bool IsOutOfRange(Status const& status);
true if status matches the associated error code.
The return value should not be discarded.