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