Writes the decimal representation of a uint128 to an output stream.
uint128
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
std::ostream& operator<<( std::ostream& os, uint128 v);
A reference to os.
os