absl::operator<<

Writes the decimal representation of a uint128 to an output stream.

Synopsis

Declared in <absl/numeric/int128.h>

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

Return Value

A reference to os.

Parameters

NameDescription
osThe output stream to write to.
vThe value to write.