List Question
10 TechQA 2025-01-03 00:36:29When 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?
435 views
Asked by Joshua W
Ownership sharing with smart pointers while object initialization
61 views
Asked by nickname
std::enable_shared_from_this, non-virtual destructor and public inheritance
262 views
Asked by einpoklum
Question about the usage of shared_from_this() in practice
563 views
Asked by John
smart pointer as argument of function which uses std::function, std::bind
155 views
Asked by Nikita Pavlenko
Bad_weak_ptr caused by call to shared_from_this with multiple inheritence
484 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