tmp/tmpen2eh3_b/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### Modifiers <a id="optional.mod">[[optional.mod]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
void reset() noexcept;
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
*Effects:* If `*this` contains a value, calls `val->T::T̃()` to destroy
|
| 8 |
+
the contained value; otherwise no effect.
|
| 9 |
+
|
| 10 |
+
*Postconditions:* `*this` does not contain a value.
|
| 11 |
+
|