Files
2025-10-25 03:02:53 +03:00

745 B
Raw Permalink Blame History

[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();

1

#

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.