tmp/tmpsl2sjod7/{from.md → to.md}
RENAMED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
**Table: `optional::operator=(optional&&)` effects** <a id="tab:optional.assign.move">[tab:optional.assign.move]</a>
|
| 2 |
-
|
| 3 |
-
| | `*this` contains a value | `*this` does not contain a value |
|
| 4 |
-
| ------------------------------ | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- |
|
| 5 |
-
| `rhs` contains a value | assigns `std::move(*rhs)` to the contained value | initializes the contained value as if direct-non-list-initializing an object of type `T` with `std::move(*rhs)` |
|
| 6 |
-
| `rhs` does not contain a value | destroys the contained value by calling `val->T::~T()` | no effect |
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|