tmp/tmpi8t_o8m0/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
###
|
| 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 `
|
| 6 |
-
|
| 7 |
|
|
|
|
| 1 |
+
### 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 `E` and manages the lifetime of the
|
| 6 |
+
contained objects.
|
| 7 |
|