std::pmr::polymorphic_allocator::destroy
template<class U> void destroy(U* p); | | (since C++17) |
|---|
破坏由p,好像通过打电话p->~U()...
参数
p | - | pointer to the object being destroyed |
|---|
另见
destroy static | destructs an object stored in the allocated storage (function template) |
|---|
© cppreference.com在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

