Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Why doesn't shared_ptr permit direct assignment

std::shared_ptr deep copy object

c++11 shared-ptr deep-copy

false sharing in boost::detail::spinlock_pool?

How to initialize a shared pointer in the initialization list of a constructor?

Passing shared_ptr to lambda by value leaks memory

c++ lambda shared-ptr

How to use a shared_ptr with a pointer to struct that should not be freed

c++ pointers c++11 shared-ptr

Getting shared_ptr refs to appear in doxygen collaboration diagrams

c++ boost doxygen shared-ptr

Connecting three different objects

c++ c++11 c++14 shared-ptr

Is it safe to use STL (TR1) shared_ptr's between modules (exes and dlls)

shared_from_this() causes std::bad_weak_ptr even when correctly using make_shared

Should I std::move a shared_ptr in a move constructor?

A Question On Smart Pointers and Their Inevitable Indeterminism

std::auto_ptr or boost::shared_ptr for pImpl idiom?

`weak_ptr::expired` behavior in the dtor of the object

Using C++11 lambdas asynchronously, safely

c++ c++11 lambda shared-ptr

Move ownership from std::shared_ptr to std::unique_ptr

When should we use std::enable_shared_from_this

Questions on usages of shared_ptr - C++

Is shared_ptr swap thread safe?

std::enable_shared_from_this; public vs private