tmp/tmpglo8yjxz/{from.md → to.md}
RENAMED
|
@@ -28,11 +28,11 @@ function for a relational operator [[expr.rel]]. A
|
|
| 28 |
three-way comparison operator [[expr.spaceship]]. A
|
| 29 |
*comparison operator function* is an equality operator function, a
|
| 30 |
relational operator function, or a three-way comparison operator
|
| 31 |
function.
|
| 32 |
|
| 33 |
-
#### Simple assignment <a id="over.
|
| 34 |
|
| 35 |
A *simple assignment operator function* is a binary operator function
|
| 36 |
named `operator=`. A simple assignment operator function shall be a
|
| 37 |
non-static member function.
|
| 38 |
|
|
|
|
| 28 |
three-way comparison operator [[expr.spaceship]]. A
|
| 29 |
*comparison operator function* is an equality operator function, a
|
| 30 |
relational operator function, or a three-way comparison operator
|
| 31 |
function.
|
| 32 |
|
| 33 |
+
#### Simple assignment <a id="over.assign">[[over.assign]]</a>
|
| 34 |
|
| 35 |
A *simple assignment operator function* is a binary operator function
|
| 36 |
named `operator=`. A simple assignment operator function shall be a
|
| 37 |
non-static member function.
|
| 38 |
|