[#absl-FormatSink-Append-04] = xref:absl.adoc[absl]::xref:absl/FormatSink.adoc[FormatSink]::Append :relfileprefix: ../../ :mrdocs: Appends `count` copies of `ch` to the format sink. == Synopsis Declared in `<absl/strings/str_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Append( size_t count, char ch); ---- == Parameters [cols="1,4"] |=== | Name| Description | *count* | The number of copies to append. | *ch* | The character to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#