745 B
745 B
[container.node.dtor]
23 Containers library [containers]
23.2 Requirements [container.requirements]
23.2.5 Node handles [container.node]
23.2.5.3 Destructor [container.node.dtor]
constexpr ~node-handle();
Effects: If ptr_ != nullptr, destroys the value_type subobject in the container_node_type object pointed to by ptr_ by callingator_traits::destroy, then deallocates ptr_ by callingator_traits::template rebind_traits<container_node_type>::deallocate.