Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

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

Operator overload of class wrapped in smart pointers

How to store a list of smart pointers inside a c++ class?

Return private unique_ptr in public member function

c++ smart-pointers

QScopedPointer, boost::scoped_ptr - why complaining about incomplete types?

c++ c boost qt4 smart-pointers

Is there a performance/memory usage impact in non-polymorphic inheritance?

How to include only BOOST smart pointer codes into a project?

What type of pointer should I pass to a method in C++11?

c++ pointers smart-pointers

C++ shared_ptr vs. unique_ptr for resource management

Understand smart pointers in Rust

rust smart-pointers

C++ Smart Pointers in a Vector container