Appends the hexadecimal representation of hex to sink.
Synopsis
Declared in <absl/strings/str_cat.h>
void
AbslStringify(
S& sink,
Hex hex);
Parameters
Name |
Description |
sink |
The output sink that receives the formatted text. |
hex |
The hexadecimal conversion parameters to format. |
Created with MrDocs