Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Reference count when returning a shared_ptr

c++ smart-pointers

Add an item in a container of smart pointers

unique ptr initialisation assertion failure

Is there a use case for std::unique_ptr<std::array<T,N>>

shall I delete smart pointer manually?

c++ smart-pointers

C++11 smart pointers always instead of new/delete?

Operating on dynamic memory, is it meaningful to overload a const memeber function?

Why does unique_ptr<T>::~unique_ptr need the definition of T?

c++ c++11 std smart-pointers

C++ Visitor pattern with smart pointers

Syntax for dynamically allocating a 2D array of smart pointers

Smart pointers with addrinfo struct

C++11 using unique_ptr with custom deleter

c++ c++11 std smart-pointers

Create a vector of shared_ptr to ints

How to create a cyclic reference with Arc and Weak?

Weak/Strong Reference Pointer Relationship

Is this a valid use of intrusive_ptr?

c++ boost smart-pointers

Which header should be used for using scoped_ptr

shared_ptr for a raw pointer argument

make_shared "evidence" vs default construct

Get a pointer pointer for a smart pointer