Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Copying from raw pointer to smart pointer using memcpy

c++ smart-pointers

Polymorphism : raw pointer vs smart pointer

Designing 2 classes having references to each other using smart pointers

c++ c++11 smart-pointers

Can an object that owns a unique pointer be unique pointed to?

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