Support absl::Format(&sink, format, args...).

Synopsis

Declared in <absl/strings/str_format.h>

void
AbslFormatFlush(
    FormatSink* sink,
    std::string_view v);

Parameters

Name

Description

sink

The sink to write to.

v

The characters to append.

Created with MrDocs