CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
weak-ptr
08-24
Blockchain
Why must the lock() function be used with a std::weak_ptr to safely extract the std::shared_ptr?
07-31
OS
How to prove c 11 make_shared() can keep shared_ptr's control block alive even after its dtor?
07-11
Net
How to not allow conversion from temporary shared_ptr to weak_ptr for derived types
07-11
Back-end
How to ensure a weak_ptr is not created from a temporary shared_ptr?
04-28
Blockchain
Capture shared_ptr in lambda
04-15
other
weak_ptr to singleton not thread-safe
01-02
Enterprise
Calling `.lock()` on weak_ptr returns NULL shared_ptr
11-28
Back-end
How to compute hash of std::weak_ptr?
Links:
CodePudding