tmp/tmp8wifyb_b/{from.md → to.md}
RENAMED
|
@@ -29,12 +29,12 @@ parameter is
|
|
| 29 |
- “lvalue reference to cv `X`” for functions declared without a
|
| 30 |
*ref-qualifier* or with the `&` *ref-qualifier*
|
| 31 |
- “rvalue reference to cv `X`” for functions declared with the `&&`
|
| 32 |
*ref-qualifier*
|
| 33 |
|
| 34 |
-
where `X` is the class of which the function is a member and cv
|
| 35 |
-
cv-qualification on the member function declaration.
|
| 36 |
|
| 37 |
[*Example 1*: For a `const` member function of class `X`, the extra
|
| 38 |
parameter is assumed to have type “lvalue reference to
|
| 39 |
`const X`”. — *end example*]
|
| 40 |
|
|
|
|
| 29 |
- “lvalue reference to cv `X`” for functions declared without a
|
| 30 |
*ref-qualifier* or with the `&` *ref-qualifier*
|
| 31 |
- “rvalue reference to cv `X`” for functions declared with the `&&`
|
| 32 |
*ref-qualifier*
|
| 33 |
|
| 34 |
+
where `X` is the class of which the function is a direct member and cv
|
| 35 |
+
is the cv-qualification on the member function declaration.
|
| 36 |
|
| 37 |
[*Example 1*: For a `const` member function of class `X`, the extra
|
| 38 |
parameter is assumed to have type “lvalue reference to
|
| 39 |
`const X`”. — *end example*]
|
| 40 |
|