From Jason Turner

[format.type.ptr]

Diff to HTML by rtfpessoa

tmp/tmp5fuv0u_n/{from.md → to.md} RENAMED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ **Table: Meaning of type options for pointer types** <a id="format.type.ptr">[format.type.ptr]</a>
2
+
3
+ | Type | Meaning |
4
+ | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5
+ | none, `p` | If `uintptr_t` is defined, \begin{codeblock} to_chars(first, last, reinterpret_cast<uintptr_t>(value), 16) \end{codeblock} with the prefix `0x` added to the output; otherwise, implementation-defined. |
6
+