[#absl-Cord-Append-00] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::Append :relfileprefix: ../../ :mrdocs: Appends another Cord to this Cord. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Append(xref:absl/Cord.adoc[Cord] const& src); ---- == Parameters [cols="1,4"] |=== | Name| Description | *src* | The Cord to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#