status overloads
Synopses
Declared in <absl/status/statusor.h>
Returns the absl::Status contained within this object.
Returns the absl::Status contained within this object (rvalue overload).
Return Value
The stored status, or absl::OkStatus() when a value is held.
Created with MrDocs