[#absl-AbslStringify-061] = xref:absl.adoc[absl]::AbslStringify :relfileprefix: ../ :mrdocs: Appends the decimal representation of this value to a sink, supporting `absl::StrCat()` and related functions. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AbslStringify( Sink& sink, xref:absl/int128.adoc[int128] v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sink* | The output sink to append to. | *v* | The value to stringify. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#