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