24 Containers library [containers]

24.2 Requirements [container.requirements]

24.2.5 Node handles [container.node]

24.2.5.3 Destructor [container.node.dtor]

~node-handle();
Effects: If ptr_ != nullptr, destroys the value_type subobject in the container_node_type object pointed to by ptr_ by calling ator_traits​::​destroy, then deallocates ptr_ by calling ator_traits​::​template rebind_traits<container_node_type>​::​deallocate.