[#absl-Status-operator_assign-0e] = xref:absl.adoc[absl]::xref:absl/Status.adoc[Status]::operator= :relfileprefix: ../../ :mrdocs: Copy assignment operator. == Synopsis Declared in `<absl/status/status.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Status.adoc[Status]& operator=(xref:absl/Status.adoc[Status] const& x); ---- == Return Value A reference to `*this`. == Parameters [cols="1,4"] |=== | Name| Description | *x* | The status to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#