Search code examples
Does a detached thread keep its captured shared_ptr alive?...


c++multithreadingmemoryshared-ptrsmart-pointers

Read More
Why does Qt use raw pointers?...


c++qtpointerssmart-pointers

Read More
How to use smart pointer from function that returns a raw pointer...


c++smart-pointers

Read More
Benefits of using BOOST shared_array over shared_ptr...


c++boostsmart-pointers

Read More
is there a way to write a template function for dealing with smart pointer and regular pointer?...


c++c++11pointerssmart-pointersfunction-templates

Read More
unique_ptr is calling destructor twice...


c++smart-pointersunique-ptr

Read More
Tree Traversals with smart pointers...


c++binary-treesmart-pointerstraversal

Read More
C++ smart pointer auto free for dynamic array...


c++smart-pointers

Read More
C2664: Cannot convert '_Ty' to 'std::shared_ptr'...


multithreadingqtc++17visual-studio-2019smart-pointers

Read More
Lifetime of object pointed to by shared pointer...


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

Read More
C++ is Unique_ptr pertinent for vectors of vectors...


c++vectorsmart-pointers

Read More
C++: Can I use smart pointers with templates?...


c++templatesshared-ptrsmart-pointers

Read More
C++ unique_ptr; Why this sample codes get compile error?? error codes are so long that I can't s...


c++c++11operator-overloadingsmart-pointersunique-ptr

Read More
Is it valid to move and use unique pointer in single statement?...


c++boost-asiosmart-pointersunique-ptr

Read More
How to downcast shared_ptr without std::static_pointer_cast in C++?...


c++shared-ptrsmart-pointersdowncast

Read More
Using shared_ptr with FreeRTOS queue...


c++smart-pointersfreertos

Read More
Does this pushback to a shared pointers vector causes memory leaks?...


c++smart-pointers

Read More
Does wrapping a pointer in shared_ptr guarantee it will be deleted if I continue to use the raw poin...


c++pointerssmart-pointers

Read More
Passing smart pointer to function through non smart pointer argument...


c++c++11smart-pointers

Read More
Get Box Pointer from reference in rust...


pointersrustreferencesmart-pointerslifetime

Read More
How to store pointers to objects that class doesn't own?...


c++pointerssmart-pointers

Read More
How to correctly use smart pointers inside of a class...


c++classsmart-pointers

Read More
Passing shared_ptr<Derived> as shared_ptr<Base>...


c++castingc++11shared-ptrsmart-pointers

Read More
Are Rust smart pointers std::rc::Rc and std::sync::Arc analogous to the C++ smart pointers std::shar...


c++rustsmart-pointers

Read More
keeping shared_ptr use_count() at 1...


c++c++17smart-pointers

Read More
Smart pointer vs regular pointer for performance...


c++performancepointerssmart-pointers

Read More
How do you initialise a std::unique_ptr to a reference...


c++c++11smart-pointers

Read More
A set of weak_ptr...


c++c++11setsmart-pointersweak-ptr

Read More
Passing std::unique_ptr to a function by using a variable that is already created using new X()...


c++c++11pointerssmart-pointersunique-ptr

Read More
How to move a unique_ptr from one set to another? (C++)...


c++c++11setmovesmart-pointers

Read More
BackNext