From Jason Turner

[optional.mod]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpen2eh3_b/{from.md → to.md} +11 -0
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
+