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