Search code examples
Force the users to create an new instance by call a method which returns a shared_ptr of the class i...

c++c++11shared-ptr

Read More
Lifetime of return value in comma separated statements...

c++shared-ptrcomma-operator

Read More
Error using `make_shared<U[]>( std::size_t N )`...

c++shared-ptrsmart-pointersc++20

Read More
Boost shared_ptr object having problems with getting values...

c++boostboost-asioshared-ptr

Read More
Is alias construction of shared_ptr from void safe?...

c++shared-ptr

Read More
How to call derived destructor using my custom shared pointer class without virtual destructor?...

c++shared-ptr

Read More
Memory not freeing up std::list<std::shared_ptr<std::string>> C++...

c++c++11shared-ptr

Read More
What is the cyclic dependency issue with shared_ptr?...

c++shared-ptrweak-ptr

Read More
Question about the thread-safety of using shared_ptr...

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

Read More
binary search tree by smart pointers...

c++pointersbinary-search-treeshared-ptr

Read More
Zero sized array in struct managed by shared pointer...

c++memoryshared-ptr

Read More
Best way to store std::vector of derived class in a host parent class...

c++shared-ptrsmart-pointersunique-ptrderived-class

Read More
using shared_ptr of a type of Class A as a member variable of class B...

c++constructorshared-ptr

Read More
How can I fill a map with a vector?...

pointersvectorshared-ptrsmart-pointersstdmap

Read More
No match for ‘boost::shared_ptr::operator=’...

c++boostshared-ptr

Read More
pcl::PointCloud<pcl::PointXYZ> to pcl::PointCloud<pcl::PointXYZ>::Ptr (Covert poincloud ...

pointersshared-ptrpoint-cloud-librarypoint-cloudsoutliers

Read More
How to assign base class shared_ptr object to child class shared_ptr object...

c++shared-ptrassignment-operator

Read More
Inheritance and std::shared_ptr in Cython...

pythonc++inheritancecythonshared-ptr

Read More
Capture shared_ptr in lambda...

c++lambdashared-ptrweak-ptr

Read More
Drawing Smart Pointers in UML...

c++boostumlshared-ptrsmart-pointers

Read More
shared_from_this causing bad_weak_ptr...

c++boostshared-ptrc++-faq

Read More
How to avoid the need to specify deleter for std::shared_ptr every time it's constructed or rese...

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

Read More
C++ rvalue shared_ptr and rvalue weak_ptr...

c++shared-ptrweak-references

Read More
incomplete types with shared_ptr and unique_ptr...

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

Read More
Vector of shared pointers to templated classes...

c++c++11polymorphismshared-ptrsmart-pointers

Read More
Double inheritance of enable_shared_from_this...

c++shared-ptrmultiple-inheritanceenable-shared-from-this

Read More
std::make_shared leads to undefined behavior, but new works...

c++memoryshared-ptr

Read More
Woes with std::shared_ptr<T>.use_counter()...

c++multithreadingshared-ptrreference-counting

Read More
Getting the Object Type from a Shared Pointer in C++...

c++objectpointerstypesshared-ptr

Read More
Is there a recommended way to test if a smart pointer is null?...

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

Read More
BackNext