[#absl-operator_lshift-003] = xref:absl.adoc[absl]::operator<< :relfileprefix: ../ :mrdocs: Writes the decimal representation of a `uint128` to an output stream. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& os, xref:absl/uint128.adoc[uint128] v); ---- == Return Value A reference to `os`. == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream to write to. | *v* | The value to write. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#