tmp/tmptvzhcgdn/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: Cpp17CopyAssignable requirements (in addition to Cpp17MoveAssignable)** <a id="cpp17.copyassignable">[cpp17.copyassignable]</a>
|
| 2 |
+
|
| 3 |
+
| Expression | Return type | Return value | Post-condition |
|
| 4 |
+
| ---------- | ----------- | ------------ | ------------------------------------------------------- |
|
| 5 |
+
| `t = v` | `T&` | `t` | `t` is equivalent to `v`, the value of `v` is unchanged |
|
| 6 |
+
|