Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

How does shared_from_this in std::bind work where object does not exist?

Single threaded shared pointer for simple inclusion in large project

New to c++11 features, proper use of shared_ptr?

Why isn't shared_ptr to Derived implicitly converted to shared_ptr to Base

boost::shared_ptr circular dependency

c++ tree include shared-ptr

Using mem_fun_ref with boost::shared_ptr

c++ boost directx shared-ptr

Segmentation fault when using a shared_ptr

Casting shared_ptr<Type> to weak_ptr<void> and back

c++ shared-ptr weak-ptr

Searching in a set of shared_ptr<QString>

shared_ptr creation after object creation

Copying virtual base class results in losing shared_ptr owned object

Replace all references to a object in a shared_ptr<T>

c++ shared-ptr

shared_ptr<Base> and objects from derived classes

c++ c++11 shared-ptr

C++ shared_ptr based singletone what causes link error?

Non-const lvalue reference to type 'A *' cannot bind to a value of unrelated type 'std::shared_ptr<A>'

Refactoring c++ template class based on template type

What are all the ways use_count of std::shared_ptr is incremented?

shared_ptr with = symbol not allowed

How do `shared_ptr` and `weak_ptr` avoid a leak in this case?