Scroll to navigation

std::enable_shared_from_this::~enable_shared_from_this(3) C++ Standard Libary std::enable_shared_from_this::~enable_shared_from_this(3)

NAME

std::enable_shared_from_this::~enable_shared_from_this - std::enable_shared_from_this::~enable_shared_from_this

Synopsis


~enable_shared_from_this(); (since C++11)


Destroys *this.

See also


shared_ptr smart pointer with shared object ownership semantics
(C++11) (class template)

2024.06.10 http://cppreference.com