[#absl-Cord-2constructor-01] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::Cord :relfileprefix: ../../ :mrdocs: Creates a Cord by moving from an existing Cord. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Cord(xref:absl/Cord.adoc[Cord]&& src) noexcept; ---- == Description The moved‐from state is valid but unspecified. == Parameters [cols="1,4"] |=== | Name| Description | *src* | The Cord to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#