tmp/tmp1ga7i6ju/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
**Table: Relationship between operator and function call notation** <a id="tab:over.rel.op.func">[tab:over.rel.op.func]</a>
|
| 2 |
|
| 3 |
| Subclause | Expression | As member function | As non-member function |
|
| 4 |
-
| ------------ | ---------- | ------------------ | ---------------------- |
|
| 5 |
-
| (a)
|
| 6 |
-
| (a, b)
|
| 7 |
-
| [[over.ass]] | a=b
|
| 8 |
-
| [[over.sub]] | a[b]
|
| 9 |
-
| [[over.ref]] | a->
|
| 10 |
-
| (a, 0)
|
| 11 |
|
|
|
|
| 1 |
**Table: Relationship between operator and function call notation** <a id="tab:over.rel.op.func">[tab:over.rel.op.func]</a>
|
| 2 |
|
| 3 |
| Subclause | Expression | As member function | As non-member function |
|
| 4 |
+
| ------------ | ---------- | ------------------- | ---------------------- |
|
| 5 |
+
| (a)} |
|
| 6 |
+
| (a, b)} |
|
| 7 |
+
| [[over.ass]] | `a=b` | `(a).operator= (b)` | |
|
| 8 |
+
| [[over.sub]] | `a[b]` | `(a).operator[](b)` | |
|
| 9 |
+
| [[over.ref]] | `a->` | `(a).operator->( )` | |
|
| 10 |
+
| (a, 0)} |
|
| 11 |
|