Overload of FormatSink::Append() for appending the characters of a string view to a format sink.

Synopsis

Declared in <absl/strings/str_format.h>

void
Append(std::string_view v);

Parameters

Name

Description

v

The characters to append.

Created with MrDocs