We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04d807 commit 7c6153dCopy full SHA for 7c6153d
source/expressions.tex
@@ -2454,11 +2454,13 @@
2454
When a prvalue \tcode{v} of object pointer type is converted to
2455
the object pointer type ``pointer to \cv\ \tcode{T}'', the result is \tcode{static_cast<\cv\ T*>(static_cast<\cv\
2456
void*>(v))}.
2457
+\begin{note}
2458
Converting a prvalue of type ``pointer to \tcode{T1}'' to
2459
the type ``pointer to \tcode{T2}'' (where \tcode{T1} and \tcode{T2} are
2460
object types and where the alignment requirements of \tcode{T2} are no
2461
stricter than those of \tcode{T1}) and back to its original type yields
2462
the original pointer value.
2463
+\end{note}
2464
2465
\pnum
2466
Converting a function pointer to an object pointer
0 commit comments