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