std::enable_shared_from_this<T>::~enable_shared_from_this

~enable_shared_from_this();

销毁 *this

参阅

(C++11)
拥有共享对象所有权语义的智能指针
(类模板)