std::enable_shared_from_this<T>::enable_shared_from_this
From cppreference.com
< cpp | memory | enable shared from this
constexpr enable_shared_from_this() noexcept; |
(1) | (since C++11) |
enable_shared_from_this( const enable_shared_from_this& other ) noexcept; |
(2) | (since C++11) |
Constructs a new enable_shared_from_this
object. weak_this
is value-initialized.
Contents |