[#absl-AbslFormatFlush-08] = xref:absl.adoc[absl]::AbslFormatFlush :relfileprefix: ../ :mrdocs: Supports absl::Cord as a sink object for absl::Format(). == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AbslFormatFlush( xref:absl/Cord.adoc[absl::Cord]* cord, std::string_view part); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cord* | The Cord that receives the formatted output. | *part* | The formatted string data to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#