List Question
10 TechQA 2016-12-28 15:08:08When should we use std::enable_shared_from_this
8.6k views
Asked by Yves
Why doesn't std::enable_shared_from_this use a mutable std::weak_ptr?
439 views
Asked by Joshua W
Ownership sharing with smart pointers while object initialization
64 views
Asked by nickname
std::enable_shared_from_this, non-virtual destructor and public inheritance
268 views
Asked by einpoklum
Question about the usage of shared_from_this() in practice
571 views
Asked by John
smart pointer as argument of function which uses std::function, std::bind
158 views
Asked by Nikita Pavlenko
Bad_weak_ptr caused by call to shared_from_this with multiple inheritence
488 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