absl::Hex

Stores a set of hexadecimal string conversion parameters for use within AlphaNum string conversions.

Synopsis

Declared in <absl/strings/str_cat.h>

struct Hex;

Member Functions

NameDescription
Hex [constructor]Constructors

Data Members

NameDescription
fill The fill character used for padding.
value The value to format as hexadecimal.
width The minimum field width of the output.

Friends

NameDescription
absl::AbslStringifyAppends the hexadecimal representation of hex to sink.