[#absl-Hex-2constructor-0cd] = xref:absl.adoc[absl]::xref:absl/Hex.adoc[Hex]::Hex :relfileprefix: ../../ :mrdocs: Constructs a `Hex` from a pointer value. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Pointee> explicit Hex( Pointee* v, xref:absl/PadSpec.adoc[PadSpec] spec = absl::kNoPad); ---- == Parameters [cols="1,4"] |=== | Name| Description | *v* | The pointer whose address is formatted as hexadecimal. | *spec* | The padding specification to apply. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#