Appends count copies of ch to the format sink.
Synopsis
Declared in <absl/strings/str_format.h>
void
Append(
size_t count,
char ch);
Parameters
Name |
Description |
count |
The number of copies to append. |
ch |
The character to append. |
Created with MrDocs