Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-ptr

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

Object storing a non-owning reference that must be informed before the reference is destructed

Why was std::hash not defined for std::weak_ptr in C++0x?

c++11 hash weak-ptr stdhash

Having a vector of weak_ptr, want to return a vector of shared_ptr

Portable hack to leak raw pointer from weak_ptr

c++ shared-ptr weak-ptr

std::weak_ptr: lock or shared_ptr constructor?

Is it guaranteed that weak_ptr will expire when shared_ptr is reset to the same address that contains?

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

What happens to an expired weak_ptr in a map

c++ shared-ptr weak-ptr

How `weak_ptr` and `shared_ptr` accesses are atomic

How to reduce the implementation code of lots of wrapper classes?

Why am I getting an access violation when locking a weak_ptr?

two shared_ptr from same enable_shared_from_this instance

weak_from_this() within constructor

A set of weak_ptr

About thread-safety of weak_ptr