[#absl-Cord-Clear] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::Clear :relfileprefix: ../../ :mrdocs: Releases the Cord data. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Clear(); ---- == Description Any nodes that share data with other Cords, if applicable, will have their reference counts reduced by 1. [.small]#Created with https://www.mrdocs.com[MrDocs]#