Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Should a library use an interface that uses smart pointers?

c++ smart-pointers

Usage of both scalar and array in smart pointer

c++ smart-pointers

Deleting vector of pointers

OpenCV or Boost smart pointers

How to execute member-function-pointer with a smart pointer object?

Is there a smart pointer type that requires multiple owners?

c++ c++11 smart-pointers

How to handle failure to release a resource which is contained in a smart pointer?

c++ smart-pointers raii

How do I dynamic upcast and downcast with smart pointers?

C++ smart pointers: sharing pointers vs. sharing data

c++ qt smart-pointers

Which is faster on Visual C++ 2010 - std::shared_ptr or boost::shared_ptr?

Replacing auto_ptr in VC++ 8

c++ smart-pointers

Transferring ownership to function with std::unique_ptr

c++ smart-pointers

Smart pointers & destructor

How to move unique_ptr to raw pointer?

c++ pointers smart-pointers

What does "single allocation" mean for boost::make_shared

Boost.Pointer Container made obsolete by std::unique_ptr in C++11/14?

C++ leaks in case of exception even by using smart pointers

Error on implicit cast from std:unique_ptr to bool

Passing the address of dereferenced smart pointers to functions that expect raw pointers

c++ smart-pointers

Should I use shared_ptr or weak_ptr on not mainly containers?

c++ c++11 smart-pointers