Search code examples
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
std::shared_ptr thread safety...


c++stdshared-ptr

Read More
Conversion from boost::shared_ptr to std::shared_ptr?...


c++boostshared-ptrstd

Read More
Why did my shared_ptr turn into an invalid pointer?...


c++shared-ptr

Read More
Question on converting boost shared pointer to standard shared pointer...


c++boostshared-ptr

Read More
Does shared_ptr a = make_shared() create a copy of the shared_ptr before constructor is run?...


c++c++11initializationthread-safetyshared-ptr

Read More
no matching function for call to <unresolved overloaded function type>...


c++c++11shared-ptrrvalue-referencestdthread

Read More
Move object from local variable to std::shared_ptr...


c++c++17shared-ptrsmart-pointers

Read More
why pointer variable inside private class can't point to outside variable of class...


c++objectooppointersshared-ptr

Read More
Why does shared_ptr<int> p; p=nullptr; compile?...


c++c++11shared-ptrsmart-pointersexplicit

Read More
shared_ptr with given C-like allocation and deallocation functions...


c++memory-managementshared-ptrsmart-pointers

Read More
shared_ptr doesn't increase reference count, but point at the same address...


c++stlshared-ptrsmart-pointers

Read More
C++ compiler error: “invalid declarator before”...


c++11compiler-errorsshared-ptrfactory-methodmake-shared

Read More
std::shared_ptr initialization: make_shared<Foo>() vs shared_ptr<T>(new Foo)...


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

Read More
C++ shared_ptr and mutex...


c++mutexshared-ptr

Read More
BackNext