Namespaces
Variants

std::pmr::synchronized_pool_resource:: ~synchronized_pool_resource

From cppreference.net
Memory management library
( exposition only* )
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
( until C++20* )
( until C++20* )
( until C++20* )

Garbage collector support (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
virtual ~synchronized_pool_resource ( ) ;
(C++17부터)

synchronized_pool_resource 를 파괴합니다.

이 리소스가 소유한 모든 메모리를 this - > release ( ) 호출을 통해 해제합니다.

참고 항목

할당된 모든 메모리 해제
(public member function)