tmp/tmptf_jya_s/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
#### Destructor <a id="container.node.dtor">[[container.node.dtor]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
~node-handle();
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Effects:* If `ptr_ != nullptr`, destroys the `value_type`
|
| 8 |
-
the
|
| 9 |
-
`
|
| 10 |
-
`
|
| 11 |
|
|
|
|
| 1 |
#### Destructor <a id="container.node.dtor">[[container.node.dtor]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
constexpr ~node-handle();
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Effects:* If *`ptr_`*` != nullptr` is `true`, destroys the `value_type`
|
| 8 |
+
subobject in the *container-node-type* object pointed to by *ptr\_* by
|
| 9 |
+
calling *`ator-traits`*`::destroy`, then deallocates *ptr\_* by calling
|
| 10 |
+
*`ator-traits`*`::template rebind_traits<`*`container-node-type`*`>::deallocate`.
|
| 11 |
|