Namespaces
Variants

std::experimental::pmr::polymorphic_allocator<T>:: destroy

From cppreference.net
template < class U >
void destroy ( U * p ) ;
(라이브러리 fundamentals TS)

p 가 가리키는 객체를 파괴합니다. 마치 p - > ~U ( ) 를 호출하는 것처럼 수행됩니다.

매개변수

p - 파괴되는 객체를 가리키는 포인터

참고 항목

[static]
할당된 저장 공간에 저장된 객체를 파괴함
(함수 템플릿)