[#absl-Cord-InlineRep-2constructor-092] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord.adoc[InlineRep]::InlineRep :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<absl/strings/cord.h>` Copy‐constructs an inline representation. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord/InlineRep/2constructor-02.adoc[InlineRep](xref:absl/Cord.adoc[Cord::InlineRep] const& src); ---- [.small]#xref:absl/Cord/InlineRep/2constructor-02.adoc[_» more..._]# Move‐constructs an inline representation. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord/InlineRep/2constructor-05.adoc[InlineRep](xref:absl/Cord.adoc[Cord::InlineRep]&& src); ---- [.small]#xref:absl/Cord/InlineRep/2constructor-05.adoc[_» more..._]# Constructs an inline representation from a view and an optional tree. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit xref:absl/Cord/InlineRep/2constructor-09b.adoc[InlineRep]( std::string_view sv, xref:absl/Cord.adoc[CordRep]* rep); ---- [.small]#xref:absl/Cord/InlineRep/2constructor-09b.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *src* | The representation to copy from. | *sv* | The inline character data. | *rep* | The tree representation, or `nullptr` for inline data. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#