[#absl-Hex] = xref:absl.adoc[absl]::Hex :relfileprefix: ../ :mrdocs: Stores a set of hexadecimal string conversion parameters for use within `AlphaNum` string conversions. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Hex; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:absl/Hex/2constructor-0c0.adoc[`Hex`] [.small]#[constructor]# | Constructors |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:absl/Hex/fill.adoc[`fill`] | The fill character used for padding. | xref:absl/Hex/value.adoc[`value`] | The value to format as hexadecimal. | xref:absl/Hex/width.adoc[`width`] | The minimum field width of the output. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:absl/AbslStringify-0e.adoc[absl::AbslStringify]` | Appends the hexadecimal representation of `hex` to `sink`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#