absl::FormatSink::Append

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

NameDescription
countThe number of copies to append.
chThe character to append.