[#absl-Cord-2constructor-02] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::Cord :relfileprefix: ../../ :mrdocs: Creates a Cord with the contents of StringConstant<T>::value. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> constexpr Cord(/* implementation-defined */::StringConstant<T> value); ---- == Description No allocations will be done and no data will be copied. This is an INTERNAL API and subject to change or removal. This API can only be used by spelling absl::strings_internal::MakeStringConstant, which is also an internal API. == Template Parameters [cols="1,4"] |=== | Name| Description | *T* | The string‐constant type providing the contents. |=== == Parameters [cols="1,4"] |=== | Name| Description | *value* | The string constant that provides the contents. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#