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 ee5117e commit 76fc1ceCopy full SHA for 76fc1ce
source/declarations.tex
@@ -6447,10 +6447,10 @@
6447
In the following, $\tcode{p}_i$ is an lvalue of type $\tcode{P}_i$,
6448
where
6449
$\tcode{p}_1$ denotes the object parameter and
6450
-$\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
6451
for a non-static member function, and
6452
$\tcode{p}_i$ denotes
6453
-the $i^\textrm{th}$ function parameter otherwise.
+the $i^\text{th}$ function parameter otherwise.
6454
For a non-static member function,
6455
$\tcode{q}_1$ is an lvalue that denotes \tcode{*this};
6456
any other $\tcode{q}_i$ is an lvalue
0 commit comments