Appends the decimal representation of dec to sink.

Synopsis

Declared in <absl/strings/str_cat.h>

void
AbslStringify(
    S& sink,
    Dec dec);

Parameters

Name

Description

sink

The output sink that receives the formatted text.

dec

The decimal conversion parameters to format.

Created with MrDocs