Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Smart pointer which can change ownership at runtime (C++)

Why is there no atomic_{store,load} for weak_ptr?

RAII in C++/CLI

c++-cli smart-pointers

Best way to delete a std::unique_ptr from a vector with a raw pointer?

How can I obtain an &A reference from a Rc<RefCell<A>>?

How to call other class' const member function via a std::unique_ptr member

weak_from_this() within constructor

Can smart pointers selectively hide or re-direct function calls to the objects they are wrapping?

A set of weak_ptr

unique_ptr deleter overhead

c++ c++11 smart-pointers raii

Is this use of raw pointers in modern C++ bad practice?

Smart pointer blows stack due to recursive delete

Smart Pointers and Ref Counting in Java

User-friendly API with unique_ptr

c++ c++11 smart-pointers

Composition in c++ with raw or smart pointer?

Is there any situation in which I wouldn't use std::make_shared?

Copy constructor with smart pointer

Smart pointers vs Reference

Is there a CUDA smart pointer?

Can someone explain smart pointers in plain English?

c++ smart-pointers