Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Is it safe to call a method on a smart pointer that is moved-from in the arguments?

A very weak reference (cannot be turned into shared)

std::make_shared and private constructor [duplicate]

c++ c++11 shared-ptr

Double Delete using Shared Pointers, even though there is still a shared_ptr to the object, its destructor is being called

c++ boost shared-ptr

C++ reinterpret_cast of std::shared_ptr reference to optimize

shared_ptr with vector

c++ boost shared-ptr

Shared pointers stored in a smart pointer vector inside another object stored in a shared pointer (Shareption)

"Observer-Pattern" in C++ using Smart Pointer ? [closed]

What is the right way to put a smart pointer in class data (as class member) in C++?

C++ Automatically detecting where shared_ptr is compared to NULL

c++ boost null shared-ptr

Segmentation fault when deallocating pcl::PointCloud<pcl::PointXYZ>::Ptr

Operator== overloading of an abstract class and shared_ptr

boost.python expose function that returns vector<MyClass>

Question on converting boost shared pointer to standard shared pointer

c++ boost shared-ptr

C++ 11 Smart Pointer Ownership and Casting

Correct use of shared_ptr and make_shared in exercise from Stroustrup's PPP book Chapter 12

c++ c++11 shared-ptr

Cache Optimization and Polymorphism

Debuggable replacement for make_shared()

shared_from_this() of an instance that is not yet owned by shared_ptr always returns null?

c++ c++11 shared-ptr