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,
    int128 v);

Parameters

Name

Description

sink

The output sink to append to.

v

The value to stringify.

Created with MrDocs