We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544c15f commit 4fb5ad3Copy full SHA for 4fb5ad3
source/expressions.tex
@@ -4560,8 +4560,10 @@
4560
\indextext{dereferencing|see{indirection}}%
4561
Its operand shall be a prvalue of type ``pointer to \tcode{T}'',
4562
where \tcode{T} is an object or function type.
4563
-The operator yields an lvalue of type \tcode{T}
4564
-denoting the object or function to which the operand points.
+The operator yields an lvalue of type \tcode{T}.
+If the operand points to an object or function,
4565
+the result denotes that object or function;
4566
+otherwise, the behavior is undefined except as specified in \ref{expr.typeid}.
4567
\begin{note}
4568
\indextext{type!incomplete}%
4569
Indirection through a pointer to an incomplete type (other than
0 commit comments