Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

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

shared_ptr and references in C++

Boost scoped_ptr / scoped_array with custom deleter

c++ boost smart-pointers

Custom deleters for std::shared_ptrs

virtual constructor idiom with smart pointers

Is it bad practice to typedef a smart pointer? [closed]

c++ smart-pointers