Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

How to correctly move ownership from raw pointer to std::unique_ptr?

c++ smart-pointers

Undefined reference error when initializing unique_ptr with a static const

c++ c++14 smart-pointers

C++ Rule of Zero : polymorphic deletion and unique_ptr behavior

Is there a point to define move-only objects in c++11?

Why is there no boost::copy_on_write_ptr?

Is there a general smart pointer like auto_ptr and shared_ptr that doesn't need C++0x?

Using shared_ptr with multi inheritance class

intrusive_ptr: Why isn't a common base class provided?

Lambda capture shared_ptr member

Using std::shared_ptr<void> to point to anything

Why can't I return a shared pointer in C++14 when the function return type is bool?

Smart pointers vs. value as member variables

How to approach copying objects with smart pointers as class attributes?

Why doesn't std::weak_ptr have operator->?

Smart Pointers and Exception handling

Wrapping C create and destroy functions using a smart pointer

What type of object should this function return?

What is the difference between auto pointers and shared pointers in C++

Correct way to initialize array of boost::scoped_ptr?

c++ boost smart-pointers

How do use a std::auto_ptr in a class you have to copy construct?

c++ smart-pointers auto-ptr