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

Name

Description

Hex [constructor]

Constructors

Data Members

Name

Description

fill

The fill character used for padding.

value

The value to format as hexadecimal.

width

The minimum field width of the output.

Friends

Name

Description

absl::AbslStringify

Appends the hexadecimal representation of hex to sink.

Created with MrDocs