[#absl-Cord-RemoveSuffix] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::RemoveSuffix :relfileprefix: ../../ :mrdocs: Removes the last `n` bytes of a Cord. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void RemoveSuffix(size_t n); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | The number of bytes to remove from the end. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#