absl::AbslStringify

Appends the decimal representation of dec to sink.

Synopsis

Declared in <absl/strings/str_cat.h>

void
AbslStringify(
    S& sink,
    Dec dec);

Parameters

NameDescription
sinkThe output sink that receives the formatted text.
decThe decimal conversion parameters to format.