[#absl-Cord-Flatten] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::Flatten :relfileprefix: ../../ :mrdocs: Flattens the cord into a single array and returns a view of the data. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string_view Flatten(); ---- == Description If the cord was already flat, the contents are not modified. == Return Value A view of the flattened data. [.small]#Created with https://www.mrdocs.com[MrDocs]#