[#absl-Cord-InlineRep-reduce_size] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord.adoc[InlineRep]::reduce_size :relfileprefix: ../../../ :mrdocs: Reduces the inline size by `n` bytes. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reduce_size(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]#