Constructs a Hex from a pointer value.
Declared in <absl/strings/str_cat.h>
template<typename Pointee>
explicit
Hex(
Pointee* v,
PadSpec spec = absl::kNoPad);
| Name | Description |
|---|---|
| v | The pointer whose address is formatted as hexadecimal. |
| spec | The padding specification to apply. |