Search code examples
C++ Shared_Ptr not sharing?...

c++shared-ptrsmart-pointers

Read More
Tuple of shared_ptr from variadic template?...

c++tuplesvariadic-templatesshared-ptr

Read More
How to create a map of smart pointers that deletes its elements when the pointers go out of scope...

c++shared-ptrunordered-map

Read More
Lazy shared pointer - assignment operator...

c++c++17shared-ptrlazy-initialization

Read More
Can I copy a single shared_ptr simultaneously?...

c++multithreadingc++11shared-ptratomic

Read More
How to pass shared_ptr to class with lower lifetime?...

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

Read More
Problem with shared_ptr. I cannot create my struct without mistakes...

c++shared-ptr

Read More
How to call implicitly constructor of value wrapped in shared_ptr which is placed in std::map collec...

c++c++14shared-ptr

Read More
Why isn't shared_ptr implicitly converted to boolean when returning it in a function?...

c++booleanshared-ptrimplicit-conversionreturn-type

Read More
C++ : Alternative to constructor initializer lists without assignment?...

c++memoryconstructorshared-ptrlist-initialization

Read More
How memory is deallocated in shared_ptr via the operator=?...

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

Read More
Reasons to return reference to std::unique_ptr...

c++shared-ptrunique-ptr

Read More
Copy constructor doesn't work when shared_ptr is passed as a parameter...

c++referenceshared-ptrcopy-constructor

Read More
Scalar deleting error when deleting std::shared_ptr...

c++oopshared-ptr

Read More
segmentation fault with large number of shared_ptr...

c++constructorshared-ptrvirtual-destructormake-shared

Read More
Problems using member function as custom deleter with std::shared_ptr...

c++sdlshared-ptr

Read More
std::shared_ptr concurrent access sanity check...

c++multithreadingconcurrencyshared-ptr

Read More
Why does std::shared_ptr call my destructor twice?...

c++multithreadingthread-safetyshared-ptr

Read More
Is there no way to have shared_ptr be silently created?...

c++templatesshared-ptr

Read More
std::shared_ptr which is null but not empty...

c++shared-ptr

Read More
what is "terminate called after throwing an instance of 'std::bad_weak_ptr' " afte...

c++c++11shared-ptr

Read More
How to increment shared_ptr in C++?...

c++arraysmemorystlshared-ptr

Read More
How can a class be made (partial) owner of a pointer given a function that returns a unique_ptr...

c++c++11stlshared-ptrunique-ptr

Read More
Passing a std::shared_ptr<T> to a function that takes a std::shared_ptr<const T>?...

c++c++11c++14shared-ptr

Read More
std::shared_ptr Exception Safety...

c++c++11memory-leaksshared-ptr

Read More
Where is shared_ptr?...

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

Read More
How to create a custom shared_ptr?...

c++shared-ptrdestructorsmart-pointers

Read More
Understanding of Scott Meyers' third example of std::weak_ptr...

c++c++11shared-ptrweak-ptreffective-c++

Read More
Is a unique_ptr equipped with a function pointer as custom deleter the same size as a shared_ptr?...

c++11sizeshared-ptrsmart-pointersunique-ptr

Read More
When shared_ptr, when unique_ptr...

c++c++11shared-ptrunique-ptr

Read More
BackNext