Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Preferred way of creating shared pointers

c++ qt smart-pointers

Circular dependency: can't delete an incomplete type

c++ oop smart-pointers

Why does std::unique_ptr have an equality operator?

C++ "smart pointer" template that auto-converts to bare pointer but can't be explicitly deleted

c++ unique pointer: memory leak