retdec
|
Enables shared_from_this() in the inheriting class. More...
#include <smart_ptr.h>
Enables shared_from_this() in the inheriting class.
By inheriting from this class, shared_from_this() is enabled.
Usage:
After that, you can call shared_from_this() inside MyClass
.
ForClass | Class that inherits from this class template. |