tmp/tmphvd5pq4x/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: Cpp17Destructible requirements** <a id="cpp17.destructible">[cpp17.destructible]</a>
|
| 2 |
+
|
| 3 |
+
| Expression | Post-condition |
|
| 4 |
+
| ---------- | --------------------------------------------------------------------- |
|
| 5 |
+
| `u.~T()` | All resources owned by `u` are reclaimed, no exception is propagated. |
|
| 6 |
+
| *[spans 2 columns]* *Array types and non-object types are not Cpp17Destructible.* |
|
| 7 |
+
|