absl::FormatSink

A generic abstraction to which conversions may write their formatted string data.

Synopsis

Declared in <absl/strings/str_format.h>

class FormatSink;

Description

absl::FormatConvert() uses this sink to write its formatted string.

Member Functions

NameDescription
Append Append overloads
PutPaddedString Appends precision number of bytes of v to the format sink.

Friends

NameDescription
absl::str_format_internal::FormatSinkImpl
absl::AbslFormatFlushSupport absl::Format(&sink, format, args...).