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