[#absl-StatusOr-2constructor-05] = xref:absl.adoc[absl]::xref:absl/StatusOr.adoc[StatusOr]::StatusOr :relfileprefix: ../../ :mrdocs: Move constructor. == Synopsis Declared in `<absl/status/statusor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- StatusOr(xref:absl/StatusOr.adoc[StatusOr]&& other) = default; ---- == Description `StatusOr<T>` is move constructible if `T` is move constructible. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The source object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#