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 b522085 commit f10017fCopy full SHA for f10017f
source/declarations.tex
@@ -6452,10 +6452,10 @@
6452
In the following, $\tcode{p}_i$ is an lvalue of type $\tcode{P}_i$,
6453
where
6454
$\tcode{p}_1$ denotes the object parameter and
6455
-$\tcode{p}_{i+1}$ denotes the $i^\textrm{th}$ non-object function parameter
+$\tcode{p}_{i+1}$ denotes the $i^\text{th}$ non-object function parameter
6456
for a non-static member function, and
6457
$\tcode{p}_i$ denotes
6458
-the $i^\textrm{th}$ function parameter otherwise.
+the $i^\text{th}$ function parameter otherwise.
6459
For a non-static member function,
6460
$\tcode{q}_1$ is an lvalue that denotes \tcode{*this};
6461
any other $\tcode{q}_i$ is an lvalue
0 commit comments