What is the difference between...


c++c++11concurrencyatomicsmart-pointers

Read More
Can an object that owns a uniq...


c++polymorphismsmart-pointers

Read More
How to prevent code heavily re...


c++polymorphismsmart-pointers

Read More
Tracking down owner of a share...


c++c++11c++14shared-ptrsmart-pointers

Read More
How does Qt manages memory wit...


c++qtsmart-pointersraii

Read More
Reference counted singleton...


c++multithreadingsingletonatomicsmart-pointers

Read More
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