[#absl-Cord-InlineRep-clear] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord.adoc[InlineRep]::clear :relfileprefix: ../../../ :mrdocs: Resets this representation to empty, releasing any tree. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- /* implementation-defined */::CordRep* clear(); ---- == Return Value The former tree pointer, or `nullptr` if it held inline bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#