From Jason Turner

[container.node.dtor]

Diff to HTML by rtfpessoa

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` subobject in
8
- the `container_node_type` object pointed to by `ptr_` by calling
9
- `ator_traits::destroy`, then deallocates `ptr_` by calling
10
- `ator_traits::template rebind_traits<container_node_type>::deallocate`.
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