From Jason Turner

[tab:over.rel.op.func]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpn5tlv80_/{from.md → to.md} +0 -11
tmp/tmpn5tlv80_/{from.md → to.md} RENAMED
@@ -1,11 +0,0 @@
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
-