std::enable_shared_from_this<T>:: ~enable_shared_from_this
From cppreference.com
<
cpp
|
memory
|
enable shared from this
C++
Utilities library
|
|
Dynamic memory management
|
|
std::enable_shared_from_this
Protected member functions | ||||
enable_shared_from_this::~enable_shared_from_this
|
||||
Public member functions | ||||
~enable_shared_from_this
(
)
;
|
(since C++11) | |
Destroys * this .
See also
(C++11)
|
smart pointer with shared object ownership semantics
(class template) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/memory/enable_shared_from_this/%7Eenable_shared_from_this&oldid=153056
"