[#absl-Cord-operator_assign-05] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::operator= :relfileprefix: ../../ :mrdocs: Assigns a string to this Cord. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord.adoc[Cord]& operator=(std::string_view src); ---- == Return Value A reference to this Cord. == Parameters [cols="1,4"] |=== | Name| Description | *src* | The string data to copy into the Cord. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#