[#absl-Cord-operator_assign-03] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::operator= :relfileprefix: ../../ :mrdocs: Move‐assigns the contents of another Cord to this Cord. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord.adoc[Cord]& operator=(xref:absl/Cord.adoc[Cord]&& x) noexcept; ---- == Return Value A reference to this Cord. == Parameters [cols="1,4"] |=== | Name| Description | *x* | The Cord to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#