tmp/tmpp_xuhtn9/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
### Class member access <a id="over.ref">[[over.ref]]</a>
|
| 2 |
|
| 3 |
A *class member access operator function* is a function named
|
| 4 |
-
`operator->` that is a non-static member function taking no
|
| 5 |
-
For an expression of the form
|
| 6 |
|
| 7 |
``` bnf
|
| 8 |
postfix-expression '->' templateₒₚₜ id-expression
|
| 9 |
```
|
| 10 |
|
|
|
|
| 1 |
### Class member access <a id="over.ref">[[over.ref]]</a>
|
| 2 |
|
| 3 |
A *class member access operator function* is a function named
|
| 4 |
+
`operator->` that is a non-static member function taking no non-object
|
| 5 |
+
parameters. For an expression of the form
|
| 6 |
|
| 7 |
``` bnf
|
| 8 |
postfix-expression '->' templateₒₚₜ id-expression
|
| 9 |
```
|
| 10 |
|