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 44c5220 commit 99bad51Copy full SHA for 99bad51
source/expressions.tex
@@ -147,7 +147,9 @@
147
\end{importgraphic}
148
149
\begin{itemize}
150
-\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object or function.
+\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object,
151
+a function other than a non-static member function,
152
+a non-static member function if the expression is the operand of a unary \tcode{\&} operator.
153
\item A \defn{prvalue} is an expression whose evaluation initializes an object
154
or computes the value of an operand of an operator,
155
as specified by the context in which it appears,
0 commit comments