std::enable_shared_from_this<T>::~enable_shared_from_this

Destroys *this.

# Declarations

~enable_shared_from_this();

(since C++11)

# See also