[#absl-Cord-InlineRep-CopyToArray] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord.adoc[InlineRep]::CopyToArray :relfileprefix: ../../../ :mrdocs: Copies the inline contents into `dst`. Assumes the cord is not empty. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void CopyToArray(char* dst) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *dst* | The destination array receiving the inline contents. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#