[#absl-Cord-InlineRep-SetTree] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord.adoc[InlineRep]::SetTree :relfileprefix: ../../../ :mrdocs: Sets the tree value for this instance. `rep` must not be null. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetTree( xref:absl/Cord.adoc[CordRep]* rep, xref:absl/Cord.adoc[CordzUpdateScope] const& scope); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rep* | The tree value to set. | *scope* | The update scope guarding any referenced CordzInfo. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#