Returns true if the Status created by this builder will be ok().
Synopsis
Declared in <absl/status/status_builder.h>
[[nodiscard]]
bool
ok() const;
Return Value
true if the result status will be OK.
|
Note
|
The return value should not be discarded. |
Created with MrDocs