[#absl-operator_lshift-009] = xref:absl.adoc[absl]::operator<< :relfileprefix: ../ :mrdocs: Writes the decimal representation of an `int128` 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/int128.adoc[int128] 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]#