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
Name |
Description |
os |
The output stream to write to. |
v |
The value to write. |
Created with MrDocs