std::enable_shared_from_this<T>::~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.

See also

smart pointer with shared object ownership semantics
(class template)