Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Why does boost::shared_ptr use gcc inline assembly to increase use_count instead of using operator++?

C++ shared_ptr vs. Python object

Using shared_ptr with array of objects

limit on parameters taken by boost make_shared

c++ boost shared-ptr

Understanding c++ shared pointers

Boost::shared_ptr instantiated using this

C++ delete pointer with valid address

Function overloading with initialization_list causing ambiguity

Can I use the type of "this" as a template argument (inside a macro)?

c++ boost shared-ptr

How to atomically reset a shared_ptr?

c++ shared-ptr atomic

accessing operator overloading of class which is wrapped by std::shared_ptr

Using std::queue with shared_ptr?

c++ stl include std shared-ptr