Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Is there a way to distinguish between different `Rc`s of the same value?

Are there "smart pointers" in Java?

java smart-pointers

Wrap dynamic array with shared_ptr by make_shared

enable_shared_from_this (c++0x): what am I doing wrong?

auto_ptr or shared_ptr equivalent in managed C++/CLI classes

How do I capture a smart pointer in a lambda?

c++ smart-pointers lambda

Marking std::unique_ptr class member as const

How to uniform initialize map of unique_ptr?

C++ allocating shared_ptr with C++11 (std::shared_ptr): Is it still bad to initialize the shared_ptr into a temporary variable?

C++11 vector of smart pointer

Default value for boost::shared_ptr on class constructor