Search code examples
Does resetting std::shared_ptr lead to resetting its deleter?...


c++c++11shared-ptr

Read More
Why is my shared_ptr able to construct implicitly from a raw pointer?...


c++shared-ptr

Read More
Sets (arrays of heterogeneous types) in C++...


c++shared-ptrsmart-pointers

Read More
extending shared_ptr by inheritance...


c++boostshared-ptr

Read More
std::shared_ptr and dlopen(), avoiding undefined behavior...


c++11shared-librariesshared-ptrundefined-behaviordlsym

Read More
How to controll shared ptr reference count?...


c++stdshared-ptr

Read More
std::shared_ptr with std::function as custom deleter and allocator...


c++c++14shared-ptrstd-function

Read More
Deduce weak_ptr argument from shared_ptr...


c++shared-ptrweak-ptr

Read More
moving smart pointers twice vs copying...


c++c++11shared-ptr

Read More
GCC atomic shared_ptr implementation...


c++multithreadinggccshared-ptrstdatomic

Read More
C++ std::shared_ptr, is operator= overloaded to use copy constructor?...


c++memoryshared-ptr

Read More
Are there some smarter smart pointers in C++?...


c++shared-ptrsmart-pointersreference-counting

Read More
Does shared_ptr allocate when constructed from raw pointer?...


c++shared-ptrpoollock-free

Read More
Is this code dereferencing a pointer or doing something else?...


shared-ptr

Read More
Initializing shared_ptr member variable, new vs make_shared?...


c++c++11shared-ptrinitializermake-shared

Read More
Is the std::shared_ptr the same as adding "SharedPtr" to the name of a class when declarin...


c++shared-ptr

Read More
JNI how to manage the life cycle of a c++ buffer...


androidc++11java-native-interfaceshared-ptrshared-memory

Read More
Is it safe to return a vector of std::shared_ptr?...


c++memory-leaksshared-ptr

Read More
Function returning dynamicly casted pointer, return pointer as if it wasn't casted at all...


c++polymorphismshared-ptrdynamic-castdowncast

Read More
Working with multiple ifstreams as a vector of ifstreams...


c++vectorshared-ptrfstreamifstream

Read More
Is it correct to return null shared_ptr?...


c++shared-ptrsmart-pointersweak-ptr

Read More
How to access std::shared_ptr methods...


c++c++11shared-ptr

Read More
C++11 std::shared_ptr<std::ostream> from std::cout...


c++c++11shared-ptr

Read More
Destructor of shared_ptr Object never called...


c++c++17shared-ptrdestructorros2

Read More
C++ shared_ptr and Java native Object ownership...


javac++11java-native-interfaceshared-ptr

Read More
Avoid c++ vector copy...


c++vectorstructcopyshared-ptr

Read More
Why can I modify an object through a raw pointer but not a shared_ptr?...


c++shared-ptr

Read More
How to reduce the implementation code of lots of wrapper classes?...


c++c++11shared-ptrsmart-pointersweak-ptr

Read More
I have a question about std::vector<shared_ptr>...


c++classc++11shared-ptrstdvector

Read More
C++ primer 5 edition: Container of shared_ptr...


c++11containersshared-ptr

Read More
BackNext