[#absl-AbslStringify-09] = xref:absl.adoc[absl]::AbslStringify :relfileprefix: ../ :mrdocs: Appends the decimal representation of `dec` to `sink`. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AbslStringify( S& sink, xref:absl/Dec.adoc[Dec] dec); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sink* | The output sink that receives the formatted text. | *dec* | The decimal conversion parameters to format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#