Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

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

Letting go of auto_ptr

How to insert elements into a multidimensional vector of unique pointers?

Why can't intrusive_ptr and shared_ptr be used with boost::intrusive containers?

Making a QSharedPointer<void>

Using Smart Pointers in Cython for Dynamically Allocated Arrays

Passing a CComPtr to a function with a raw pointer prototype

c++ com smart-pointers

Accessor functions for containers with std::unique_ptr

c++ api smart-pointers

Getting started with smart pointers in C++

using mem_fun() for container of smart pointers

c++ stl smart-pointers