absl::AbslStringify

Appends the decimal representation of this value to a sink, supporting absl::StrCat() and related functions.

Synopsis

Declared in <absl/numeric/int128.h>

void
AbslStringify(
    Sink& sink,
    uint128 v);

Parameters

NameDescription
sinkThe output sink to append to.
vThe value to stringify.