Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Library function returns raw pointer and I want to use smart pointer

c++ smart-pointers

What does &** mean?

Const with smart pointers in C++

List of smart pointers - Managing object lifetime and pointer validity

shared_ptr not reporting referenced object deletion

Why don't I get destructors called when using unique_ptr? [duplicate]