Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Understanding std::move and unique_ptr

c++ c++11 move smart-pointers

Shared pointers stored in a smart pointer vector inside another object stored in a shared pointer (Shareption)

How to pass NULL or nullptr to a function that receives a unique_ptr argument?

Is it possible to implement a non-owning "slightly smart" pointer on top of standard weak pointers?

c++ smart-pointers

What is the right way to put a smart pointer in class data (as class member) in C++?

How to assign value to the unique_ptr after declaring it?

Why does Qt use raw pointers?

c++ qt pointers smart-pointers

Conditional boost::shared_ptr initialization?

c++ boost smart-pointers

Setter function for shared_ptr

Does boost::make_shared<T[]> value initialize or default initialize the array?

c++ boost smart-pointers

Why does Arc::try_unwrap() cause a panic?

Using SmartPointers with operator '++'

c++ smart-pointers

Using shared_ptr with array of objects

C++ app: How to properly delete/release an allocated object?

Use RAII with factory taking as input a reference to pointer

c++ smart-pointers raii

Understanding c++ shared pointers

should std::auto_ptr<>::operator = reset / deallocate its existing pointee?

smart pointer the element of a std::pair

c++ c++11 smart-pointers