Search code examples
c++ auto_ptr destroyed when passed into a function...


c++smart-pointersunique-ptrauto-ptr

Read More
Reset shared_ptr in custom destructor of parent object...


c++shared-ptrdestructorsmart-pointers

Read More
How to instantiate shared pointer with JNI to call java implementation...


javac++java-native-interfaceshared-ptrsmart-pointers

Read More
Initialize smart pointer with rvalue...


c++smart-pointers

Read More
In class assign operator with std::unique_ptr,...


c++pointerssmart-pointers

Read More
Setting up an array of char using smart pointer and std::vector...


c++charc++17smart-pointers

Read More
Using smart pointers within multi-threaded application...


c++multithreadinglambdasmart-pointersfunction-object

Read More
How to check if a std::unique_ptr is null, if it is in a std::vector?...


c++pointersc++14smart-pointersstdvector

Read More
Is there a way to distinguish between different `Rc`s of the same value?...


rustidentitysmart-pointersreference-counting

Read More
Create an array of objects using std::unique_ptr...


c++arrayssmart-pointers

Read More
Making shared_ptr from the raw pointer of another shared_ptr...


c++smart-pointers

Read More
BST with std::unique_ptr: What's difference in using rvalue reference in parameters?...


c++smart-pointers

Read More
1d Smart Pointer doesn't work with syntax (*)++...


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

Read More
Exception thrown while trying to use smart pointers...


c++exceptiondesign-patternssmart-pointers

Read More
how to change the visibility of a vector of unique pointers...


c++vectorpolymorphismsmart-pointers

Read More
C++ smart pointers confusion...


c++c++11sqlitesmart-pointers

Read More
How do you access a class method that is hold by a shared pointer?...


c++smart-pointers

Read More
(CLASS*)int to shared_ptr<CLASS>(int) not work...


c++c++17smart-pointers

Read More
how to return a list of objects without destroying them...


c++classpointersvectorsmart-pointers

Read More
How to know when to call delete and when delete[] in C++?...


c++memory-managementnew-operatorsmart-pointersdelete-operator

Read More
What is the difference between *smart_ptr and *smart_ptr.get()...


c++c++11stdshared-ptrsmart-pointers

Read More
Polymorphism with smart pointer...


c++classc++11polymorphismsmart-pointers

Read More
Why does "weak.lock()" return "nullptr" with the definition of "auto weak=s...


c++smart-pointers

Read More
How best can I fix my memory leak using smart pointers?...


c++pointerssmart-pointersunique-ptr

Read More
Can't "std::shared_from_this" be inherited by its derived classes?...


c++shared-ptrsmart-pointers

Read More
How to initialize unique_ptr from raw C heap memory pointer?...


c++heap-memorysmart-pointersunique-ptrraw-pointer

Read More
Is there any way to get the correct size of a string using sizeof function with pointers in C...


cpointersc-preprocessorfunction-pointerssmart-pointers

Read More
Use of unique_ptr for class members...


c++smart-pointersraii

Read More
Do I need to use unique_ptr over std::function...


c++smart-pointersstd-function

Read More
How to perform a dynamic_cast with a unique_ptr?...


c++boostsmart-pointersunique-ptrdynamic-cast

Read More
BackNext