tmp/tmpvg510cfl/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### In general <a id="expected.general">[[expected.general]]</a>
|
| 2 |
+
|
| 3 |
+
Subclause [[expected]] describes the class template `expected` that
|
| 4 |
+
represents expected objects. An `expected<T, E>` object holds an object
|
| 5 |
+
of type `T` or an object of type `unexpected<E>` and manages the
|
| 6 |
+
lifetime of the contained objects.
|
| 7 |
+
|