Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

How to delete instance of persistent object when last client has finished

Safe reference in C++ (single-ownership pointer with notify semantics)

Pointer casts for itk::SmartPointer?

Using placement new for a polymorphic unique_ptr

Shared resource ownage using std::weak_ptr

Wrapping smart pointers with method replacement

Why do unique_ptr have two functions reset and operator= that do similar things but not overload?

Which shared pointer should be weak pointer in a ring or a cycle

boost smart pointer with custom deleter

c++ boost smart-pointers

What are the reasons for passing a pointers to a shared_ptr to a function?

C++,runtime error: member call on null pointer of type

Best practice for std::auto_ptr

c++ smart-pointers

Pimpl idiom using shared_ptr working with incomplete types

Initializing Unique Pointers as a Class Member

When should we use a custom deleter instead of the default deleter in a unique_ptr?

Get array of raw pointers from array of std::unique_ptr

c++ arrays smart-pointers

C++ Why it's not the same address (pointers)

How do I create a duplicate instance of object contained in a shared pointer in c++?

How does it convert _bstr_t to BSTR when passing as an argument?