[#absl-Cord-Prepend-0f4] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::Prepend :relfileprefix: ../../ :mrdocs: Prepends `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 Prepend(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 prepended. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#