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 5e50659 commit e028d70Copy full SHA for e028d70
source/declarators.tex
@@ -807,7 +807,9 @@
807
or a \grammarterm{decltype-specifier}~(\ref{dcl.type.simple}) denotes a type \tcode{TR} that
808
is a reference to a type \tcode{T}, an attempt to create the type ``lvalue reference to \cv{}
809
\tcode{TR}'' creates the type ``lvalue reference to \tcode{T}'', while an attempt to create
810
-the type ``rvalue reference to \cv{} \tcode{TR}'' creates the type \tcode{TR}. \begin{example}
+the type ``rvalue reference to \cv{} \tcode{TR}'' creates the type \tcode{TR}.
811
+\begin{note} This rule is known as reference collapsing. \end{note}
812
+\begin{example}
813
814
\begin{codeblock}
815
int i;
0 commit comments