Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Multiple shared_ptr storing same pointer

c++ c++11 shared-ptr

Smart pointers as map key

Temporary read-only copy of unique_ptr

Forward declarations and shared_ptr

Do boost::shared_ptr<T> and boost::shared_ptr<const T> share the reference count?

How to combine the use of std::bind with std::shared_ptr

c++ c++11 std shared-ptr stdbind

Does make_shared do a default initialization (zero-init) for each member variable

C++: auto_ptr + forward declaration?

Using std::shared_ptr with clang++ and libstdc++

c++ shared-ptr clang libstdc++

shared, weak and lazy pointers in C++

Suicide object implementation leveraging `std::weak_ptr`

Boost shared_ptr dereference cost

c++ boost shared-ptr

How to do function overloading with std::shared_ptr<void> and another type of std::shared_ptr?

Extract a subvector from a vector without copy

Fully thread-safe shared_ptr implementation

how boost::~shared_ptr works?

c++ boost shared-ptr

Downcasting shared pointer to derived class with additional functionality - is this safe?

c++ stl shared-ptr downcast

Is a virtual destructor needed for your Interface, if you always store it in a shared_ptr?

boost shared_from_this and multiple inheritance

std::unique_ptr<T[]> API prohibits derived-to-base pointer conversions