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?
457 views
Asked by Joshua W
Ownership sharing with smart pointers while object initialization
92 views
Asked by nickname
std::enable_shared_from_this, non-virtual destructor and public inheritance
283 views
Asked by einpoklum
Question about the usage of shared_from_this() in practice
584 views
Asked by John
smart pointer as argument of function which uses std::function, std::bind
178 views
Asked by Nikita Pavlenko
Bad_weak_ptr caused by call to shared_from_this with multiple inheritence
505 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