[#absl-Cord-Append-077] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::Append :relfileprefix: ../../ :mrdocs: Appends `buffer` to this cord, unless `buffer` has a zero length in which case this method has no effect on this cord instance. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Append(xref:absl/CordBuffer.adoc[CordBuffer] buffer); ---- == Description This method is guaranteed to consume `buffer`. == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | The buffer whose contents are appended. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#