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