[#absl-AbslFormatFlush-02] = xref:absl.adoc[absl]::AbslFormatFlush :relfileprefix: ../ :mrdocs: Support `absl::Format(&sink, format, args...)`. == Synopsis Declared in `<absl/strings/str_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AbslFormatFlush( xref:absl/FormatSink.adoc[FormatSink]* sink, std::string_view v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sink* | The sink to write to. | *v* | The characters to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#