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