Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Best practice when dealing with C++ iostreams

c++ smart-pointers iostream

How to prevent code heavily relying on polymorphism from being littered with `make_shared` all over the place?

Is there a shared pointer with a single strong owner and multiple weak references?

rust smart-pointers

Getting weak pointer to derived class

Role of weak_ptr in shared_ptr

Custom views of smart pointer objects in visual studio?

why should we use std::move semantic with unique pointers?

unique_ptr and forward declaration: the proper way to code a factory function

std::shared_ptr of abstract class to instantiate derived class [closed]

shared_ptr entirely on stack

Best way to store std::vector of derived class in a host parent class

Testing if std::pointer_traits can work with my type

std::unique_ptr with custom deleter for wrapping a malloc pointer

Can different smart pointers refer to the same object?

c++ c++11 smart-pointers

Race condition example about shared_ptr

c++ c++11 smart-pointers

When is a std::weak_ptr empty? Is an expired std::weak_ptr empty?

Cyclic reference of RefCell borrows in traversal

gtkmm manage/add vs smart pointers:

Any reason to use raw pointers to do RAII? C++11/14

c++ pointers smart-pointers