Namespaces
Variants
Views
Actions

std::enable_shared_from_this::~enable_shared_from_this

From cppreference.com
 
 
 
Dynamic memory management
Uninitialized storage
(C++17)
Garbage collection support
Miscellaneous
(C++20)
(C++11)
(C++11)
C Library
Low level memory management
 
 
~enable_shared_from_this();

Destroys *this.

[edit] See also

smart pointer with shared object ownership semantics
(class template) [edit]