tmp/tmpytui9tlv/{from.md → to.md}
RENAMED
|
@@ -26,11 +26,11 @@ match_results(match_results&& m) noexcept;
|
|
| 26 |
*Effects:* Move-constructs an object of class `match_results` from `m`
|
| 27 |
satisfying the same postconditions as Table [[tab:re:results:assign]].
|
| 28 |
Additionally, the stored `Allocator` value is move constructed from
|
| 29 |
`m.get_allocator()`.
|
| 30 |
|
| 31 |
-
*Throws:* Nothing
|
| 32 |
|
| 33 |
``` cpp
|
| 34 |
match_results& operator=(const match_results& m);
|
| 35 |
```
|
| 36 |
|
|
|
|
| 26 |
*Effects:* Move-constructs an object of class `match_results` from `m`
|
| 27 |
satisfying the same postconditions as Table [[tab:re:results:assign]].
|
| 28 |
Additionally, the stored `Allocator` value is move constructed from
|
| 29 |
`m.get_allocator()`.
|
| 30 |
|
| 31 |
+
*Throws:* Nothing.
|
| 32 |
|
| 33 |
``` cpp
|
| 34 |
match_results& operator=(const match_results& m);
|
| 35 |
```
|
| 36 |
|