Writes the decimal representation of an int128 to an output stream.

Synopsis

Declared in <absl/numeric/int128.h>

std::ostream&
operator<<(
    std::ostream& os,
    int128 v);

Return Value

A reference to os.

Parameters

Name

Description

os

The output stream to write to.

v

The value to write.

Created with MrDocs