List Question
10 TechQA 2016-12-28 15:08:08When should we use std::enable_shared_from_this
8.7k views
Asked by Yves
Why doesn't std::enable_shared_from_this use a mutable std::weak_ptr?
470 views
Asked by Joshua W
Ownership sharing with smart pointers while object initialization
104 views
Asked by nickname
std::enable_shared_from_this, non-virtual destructor and public inheritance
304 views
Asked by einpoklum
Question about the usage of shared_from_this() in practice
598 views
Asked by John
smart pointer as argument of function which uses std::function, std::bind
193 views
Asked by Nikita Pavlenko
Bad_weak_ptr caused by call to shared_from_this with multiple inheritence
510 views
Asked by PVRT
terminate called after throwing an instance of 'std::bad_weak_ptr' what(): bad_weak_ptr?
6.1k views
Asked by justin.shen