Propagate constness to data po...


c++pointersconstantssmart-pointers

Read More
Understanding C++ std::shared_...


c++shared-ptrsmart-pointersreference-counting

Read More
Are smart pointers that are me...


c++pointersshared-ptrsmart-pointers

Read More
How to create a cyclic referen...


referencerustsmart-pointers

Read More
Recommended way to make std::u...


c++memory-managementsmart-pointersunique-ptr

Read More
Atomic operations on `unique_p...


c++multithreadingthread-safetyatomicsmart-pointers

Read More
When to use shared_ptr and whe...


c++smart-pointers

Read More
C++: would universal use of sh...


javac++garbage-collectionsmart-pointers

Read More
std::move captured unique_ptr ...


c++lambdasmart-pointers

Read More
What does std::make_unique_for...


c++c++20smart-pointersunique-ptr

Read More
Using unique_ptr and custom de...


c++smart-pointersunique-ptrfftw

Read More
How to put std::function in a ...


c++functionlambdasmart-pointers

Read More
Is auto_ptr deprecated?...


c++standardssmart-pointersauto-ptrunique-ptr

Read More
Resetting unique_ptr to an arr...


c++c++14smart-pointers

Read More
valgrind and std::unique_ptr -...


c++valgrindc++14smart-pointers

Read More
Why is auto_ptr being deprecat...


c++c++11smart-pointersauto-ptr

Read More
How to return smart pointers a...


c++inheritanceconstructorsmart-pointers

Read More
Return Type Covariance with Sm...


c++smart-pointersvirtual-functionsreturn-type

Read More
How can I use covariant return...


c++covariancesmart-pointers

Read More
Why weak_ptr::use_count may re...


c++shared-ptrsmart-pointersweak-ptr

Read More
How to create a new value and ...


c++c++11smart-pointersunique-ptr

Read More
Problem with std::unique_ptr a...


c++c++17shared-ptrsmart-pointersunique-ptr

Read More
Understanding C++ make shared ...


c++c++11boostsmart-pointers

Read More
Strange behavior when passing ...


c++c++11boost-asiosmart-pointers

Read More
What is a smart pointer and wh...


c++pointersc++11smart-pointersc++-faq

Read More
Unexpected Order of Destructor...


c++c++11destructorsmart-pointers

Read More
How do I cast a shared_ptr fro...


c++inheritanceshared-ptrsmart-pointers

Read More
A unique_ptr defined as base c...


c++classinheritancesmart-pointers

Read More
Getting object with a unique_p...


c++classconstructorsmart-pointersstdmap

Read More
How to return a unique_ptr ref...


c++smart-pointers

Read More