Stores a set of hexadecimal string conversion parameters for use within AlphaNum string conversions.
Declared in <absl/strings/str_cat.h>
struct Hex;
| Name | Description |
|---|---|
Hex [constructor] | Constructors |
| Name | Description |
|---|---|
fill | The fill character used for padding. |
value | The value to format as hexadecimal. |
width | The minimum field width of the output. |
| Name | Description |
|---|---|
absl::AbslStringify | Appends the hexadecimal representation of hex to sink. |