From Jason Turner

[optional.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpjc0jj8eu/{from.md → to.md} +10 -0
tmp/tmpjc0jj8eu/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ### In general <a id="optional.general">[[optional.general]]</a>
2
+
3
+ This subclause describes class template `optional` that represents
4
+ optional objects. An *optional object* is an object that contains the
5
+ storage for another object and manages the lifetime of this contained
6
+ object, if any. The contained object may be initialized after the
7
+ optional object has been initialized, and may be destroyed before the
8
+ optional object has been destroyed. The initialization state of the
9
+ contained object is tracked by the optional object.
10
+