Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

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

Are Rust smart pointers std::rc::Rc and std::sync::Arc analogous to the C++ smart pointers std::shared_ptr and std::atomic_shared_ptr respectively?

c++ rust smart-pointers

Containers vs Smart pointers in C++

Smart references in C++

Factory pattern using unique_ptr in c++