[#absl-StatusOr-operator_assign-06] = xref:absl.adoc[absl]::xref:absl/StatusOr.adoc[StatusOr]::operator= :relfileprefix: ../../ :mrdocs: Converting move assignment operator from an `absl::StatusOr<U>` (lifetime‐bound). == Synopsis Declared in `<absl/status/statusor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename U> requires internal_statusor::IsStatusOrAssignmentValid< T, U&&, true>::value xref:absl/StatusOr.adoc[StatusOr]& operator=(xref:absl/StatusOr.adoc[StatusOr<U>]&& other); ---- == Return Value A reference to `*this`. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The source `StatusOr<U>` to assign from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#