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 f038d86 commit 4394588Copy full SHA for 4394588
source/expressions.tex
@@ -717,8 +717,11 @@
717
the cv-qualifiers $\cv{}_i$ of the array.
718
\begin{example}
719
The type denoted by the \grammarterm{type-id} \tcode{const int **}
720
-has two cv-decompositions,
721
-taking \tcode{U} as ``\tcode{int}'' and as ``pointer to \tcode{const int}''.
+has three cv-decompositions,
+taking \tcode{U}
722
+as ``\tcode{int}'',
723
+as ``pointer to \tcode{const int}'', and
724
+as ``pointer to pointer to \tcode{const int}''.
725
\end{example}
726
The $n$-tuple of cv-qualifiers after the first one
727
in the longest cv-decomposition of \tcode{T}, that is,
0 commit comments