Returns the absl::Status contained within this object.
Synopsis
Declared in <absl/status/statusor.h>
[[nodiscard]]
Status const&
status() const &;
Return Value
The stored status, or absl::OkStatus() when a value is held.
|
Note
|
The return value should not be discarded. |
Created with MrDocs