[#absl-StatusOr-status-0ed] = xref:absl.adoc[absl]::xref:absl/StatusOr.adoc[StatusOr]::status :relfileprefix: ../../ :mrdocs: Returns the `absl::Status` contained within this object (rvalue overload). == Synopsis Declared in `<absl/status/statusor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Status.adoc[Status] status() &&; ---- == Return Value The stored status, or `absl::OkStatus()` when a value is held. [.small]#Created with https://www.mrdocs.com[MrDocs]#