[#absl-Cord-InlineRep-EmplaceTree-0c] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord.adoc[InlineRep]::EmplaceTree :relfileprefix: ../../../ :mrdocs: Sets the tree value for this instance, copying the parent sampling stack. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EmplaceTree( xref:absl/Cord.adoc[CordRep]* rep, xref:absl/Cord.adoc[InlineData] const& parent, xref:absl/Cord.adoc[MethodIdentifier] method); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rep* | The tree value to set. | *parent* | The parent data whose sampling stack may be copied. | *method* | The originating public API method, for Cordz sampling. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#