absl::AbslStringify

Appends the hexadecimal representation of hex to sink.

Synopsis

Declared in <absl/strings/str_cat.h>

void
AbslStringify(
    S& sink,
    Hex hex);

Parameters

NameDescription
sinkThe output sink that receives the formatted text.
hexThe hexadecimal conversion parameters to format.