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

Name

Description

Append

Append overloads

PutPaddedString

Appends precision number of bytes of v to the format sink.

Friends

Name

Description

absl::str_format_internal::FormatSinkImpl

absl::AbslFormatFlush

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

Created with MrDocs