tmp/tmp48kc0fbh/{from.md → to.md}
RENAMED
|
@@ -9,11 +9,11 @@ The expression inside `noexcept` is equivalent to the logical
|
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
noexcept(swap(declval<Tᵢ&>>(), declval<Tᵢ&>()))
|
| 12 |
```
|
| 13 |
|
| 14 |
-
where T
|
| 15 |
|
| 16 |
*Requires:* Each element in `*this` shall be swappable
|
| 17 |
with ([[swappable.requirements]]) the corresponding element in `rhs`.
|
| 18 |
|
| 19 |
*Effects:* Calls `swap` for each element in `*this` and its
|
|
|
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
noexcept(swap(declval<Tᵢ&>>(), declval<Tᵢ&>()))
|
| 12 |
```
|
| 13 |
|
| 14 |
+
where Tᵢ is the iᵗʰ type in `Types`.
|
| 15 |
|
| 16 |
*Requires:* Each element in `*this` shall be swappable
|
| 17 |
with ([[swappable.requirements]]) the corresponding element in `rhs`.
|
| 18 |
|
| 19 |
*Effects:* Calls `swap` for each element in `*this` and its
|