Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

unique_ptr VS auto_ptr [duplicate]

c++ c++11 smart-pointers

Idiomatic use of std::auto_ptr or only use shared_ptr?

Should I use shared_ptr or unique_ptr? [duplicate]

What happens when using make_shared

What is boost's shared_ptr(shared_ptr<Y> const & r, T * p) used for?

Is it possible to use a C++ smart pointers together with C's malloc?

What is the difference between std::shared_ptr and std::experimental::atomic_shared_ptr?

enable_shared_from_this and inheritance

Does C++11 have wrappers for dynamically-allocated arrays like Boost's scoped_array?

does make_unique value initializes char array

How can unique_ptr have no overhead if it needs to store the deleter?

C++11 Smart Pointer Policies

How to check memory allocation failures with new operator?

How to avoid memory leak with shared_ptr?

boost Shared_pointer NULL

Lock-free Reference counting and C++ smart pointers

How does a reference-counting smart pointer's reference counting work?

Create a boost::shared_ptr to an existing variable

Should I use C++11 emplace_back with pointers containers?

c++ c++11 smart-pointers

Why is std::rc::Rc<> not Copy?

rust smart-pointers