Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Is pairing weak_ptr to unique_ptr a good idea?

c++ smart-pointers

Unwrap and access T from an Option<Rc<RefCell<T>>>

Smart pointer not able to deallocate memory [duplicate]

New to c++11 features, proper use of shared_ptr?

Why does explicit constructor of boost::shared_array cause an error?

What is the reason that C++11 gives up auto_ptr? [duplicate]

c++ c++11 smart-pointers

Different behaviour while passing shared_ptr to weak_ptr in thread functions and normal functions

Smart pointer that does transfer of ownership and is not shared when C++11 is not an option

c++ smart-pointers

C++ Make explicit that library owns pointers

Smart pointers and polymorphism - Use in a model class is causing casting issues

Understanding C++ make shared pointer with const arguments

c++ c++11 boost smart-pointers

Is it safe to use unique_ptr in an Exception class

c++ assigning value to struct member through shared pointer causes SIGSEGV

c++ struct smart-pointers

Publish/Subscribe and Smart pointer

shared_ptr with = symbol not allowed

How do `shared_ptr` and `weak_ptr` avoid a leak in this case?

How to write templated factory function for both std::shared_ptr and std::unique_ptr

Shared_ptr custom deleter

c++ c++11 sdl smart-pointers

C++11 : Why array with shared_ptr can not be deleted by default

c++ c++11 smart-pointers

c++ Trouble understanding very basic concept of using smart pointer

c++ smart-pointers