Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

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

How to use smart pointer for auto clean-up?

What's wrong to reset std::unique_ptr to pointer to array?

Read-write thread-safe smart pointer in C++, x86-64

Vector of smart pointers destructor call

c++ c++11 smart-pointers

QList of QScopedPointers

Smart pointers - unique_ptr for a stack-allocated variable

Will a default-constructed (empty) shared_ptr automatically be initialized to nullptr?

c++ c++11 smart-pointers

Why do C++ smart pointer implementations keep the reference counter on the heap together with the pointee?

What are the uses of get() member from the shared_ptr class?

Why Mutex was designed to need an Arc in Rust