Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

static member function make_shared of shared_ptr

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

Locking a shared_ptr

c++ c++11 shared-ptr

About shared_ptr and pointer to member operator `->*` and `std::bind`

What Happens to a weak_ptr when Its shared_ptr is Destroyed?

c++ shared-ptr weak-ptr

testing if a shared_ptr is NULL

c++ null shared-ptr

shared_ptr strangeness with null values and custom deleter

c++ shared-ptr unique-ptr

Disadvantages of shared_ptr

How can I change the pointer in shared_ptr without losing the ability to delete the memory?

c++ memory boost shared-ptr

How does shared_ptr work in if condition

c++ shared-ptr

why is std::shared_ptr using atomic cpu operations

c++ c++11 shared-ptr atomic

Find a value in a set of shared_ptr

c++ set c++14 shared-ptr

Initializing shared_ptr member variable, new vs make_shared?

Why does copying a const shared_ptr& not violate const-ness?

c++ constants shared-ptr

Should I use unique_ptr or shared_ptr in this case?

c++ shared-ptr unique-ptr

Missing equality between shared_ptr and weak_ptr

c++ c++11 shared-ptr

Unable to use custom allocator with allocate_shared/make_shared

smart pointers + "this" considered harmful?

How to access target of std::tr1::shared_ptr in GDB

c++ gdb shared-ptr tr1

Using boost::shared_ptr in a library's public interface

c++ api boost shared-ptr

atomic operations for shared_ptr in C++11

c++ c++11 shared-ptr