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.
this
1 parent d0615b3 commit 35904b9Copy full SHA for 35904b9
source/expressions.tex
@@ -3361,9 +3361,9 @@
3361
If the function is an implicit object member
3362
function,
3363
the object expression of the class member access shall be a glvalue and
3364
-the \keyword{this} parameter of the function\iref{expr.prim.this}
3365
-is initialized with a pointer to the object of the call, converted
3366
-as if by an explicit type conversion\iref{expr.cast}.
+the implicit object parameter of the function\iref{over.match.funcs}
+is initialized with that glvalue,
+converted as if by an explicit type conversion\iref{expr.cast}.
3367
\begin{note}
3368
There is no access or ambiguity checking on this conversion; the access
3369
checking and disambiguation are done as part of the (possibly implicit)
0 commit comments