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?
424 views
Asked by Joshua W
Ownership sharing with smart pointers while object initialization
50 views
Asked by nickname
std::enable_shared_from_this, non-virtual destructor and public inheritance
255 views
Asked by einpoklum
Question about the usage of shared_from_this() in practice
556 views
Asked by John
smart pointer as argument of function which uses std::function, std::bind
146 views
Asked by Nikita Pavlenko
Bad_weak_ptr caused by call to shared_from_this with multiple inheritence
477 views
Asked by PVRT
terminate called after throwing an instance of 'std::bad_weak_ptr' what(): bad_weak_ptr?
6k views
Asked by justin.shen