Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-ptr

Why doesn't this time_zone_ptr example contain a memory leak?

In well designed code should you expect locking of weak_ptr to always succeed?

C++: Replace raw pointers with shared and weak ptr

Function overloading resolution with weak_ptr as argument

Constructing a constexpr std::weak_ptr

weak_ptr's weird copy constructors

c++ c++11 shared-ptr weak-ptr

Comparator operator in weak_ptr C++

c++ stl c++11 weak-ptr

C++11: How is object deleted if it was constructed using make_shared

Boost shared_from_this and destructor

c++ weak_ptr expiring after dereference?

c++ smart-pointers weak-ptr

Is it wise to provide access to weak_ptr in a library interface?

c++ boost weak-ptr

Breaking cyclic references with std::weak_ptr and alias constructor: sound or problematic?

Did I understand correctly the point of Scott Meyers' example of std::weak_ptr?

Understanding of Scott Meyers' third example of std::weak_ptr

Referring to a "std::unique_ptr" that you don't own (use a raw pointer?)

C++ weak_ptr creation performance

Should my API functions take shared_ptr or weak_ptr

c++ shared-ptr weak-ptr

Unexpected behavior from shared_from_this when creating multiple shared_ptr "families" over same object

c++ shared-ptr weak-ptr

weak_ptr, make_shared and memory deallocation

About thread-safety of weak_ptr