Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Shared Ptr
Segmentation fault when using a shared_ptr for private_key
Apr 17, 2021
Passing a std::shared_ptr<T> to a function that takes a std::shared_ptr<const T>?
Apr 17, 2021
What is difference between "owned pointer" and the "stored pointer" for std::shared_ptr?
Apr 17, 2021
shared_ptrs being deleted twice
Apr 17, 2021
How to reduce the implementation code of lots of wrapper classes?
Apr 17, 2021
Most efficient safe way to cast std::map<int, std::shared_ptr<Base>> to std::map<int, std::shared_ptr<Derived>>
Apr 17, 2021
How does shared_ptr<void> know which destructor to use?
Apr 17, 2021
Trivial cases of shared_ptr and weak_ptr failing
Apr 17, 2021
Dereference a rvalue shared_ptr
Apr 17, 2021
Custom allocators as alternatives to vector of smart pointers?
Apr 17, 2021
Older Entries »