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