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
segfaults in C++ when using st...


c++pointersfunction-pointersshared-ptrsmart-pointers

Read More
Will a default-constructed (em...


c++c++11smart-pointers

Read More
Build error of "No matchi...


c++smart-pointersmingw-w64ownership-semantics

Read More
SIGSEGV when trying to solve l...


c++pointerssegmentation-faultshared-ptrsmart-pointers

Read More
How to move unique_ptr to raw ...


c++pointerssmart-pointers

Read More
pushing a unique_ptr into a ve...


c++smart-pointersmove-semanticsvariant

Read More
Is returning a reference to a ...


c++smart-pointers

Read More
When to use shared_ptr and whe...


c++smart-pointers

Read More
Weak pointer library implement...


c++shared-ptrsmart-pointersweak-ptrrefcounting

Read More
Why does the Rust compiler dro...


rustmemory-managementsmart-pointers

Read More
Is it possible to use a C++ sm...


c++mallocnew-operatorsmart-pointers

Read More
How to Implement operator->...


c++pointersoperator-overloadingoperatorssmart-pointers

Read More