Search code examples
Why is there no overload of bool std::operator==(T1* a, std::shared_ptr<T2> b)?...


c++c++11operator-overloadingshared-ptr

Read More
call const overloaded function with std::map of std::shared_ptr...


c++c++11stlshared-ptr

Read More
How to save an address to a smart_ptr...


c++shared-ptr

Read More
Unhlandled exception due to bad pointer usage...


c++graphmemory-leaksshared-ptrdigraphs

Read More
std::shared_ptr in QList does not delete content on deletion...


c++qtmemoryshared-ptr

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


c++c++11shared-ptr

Read More
How to cast a shared_ptr<A> to shared_ptr<B> where B is derived from A?...


c++inheritanceshared-ptr

Read More
Assigning value to returned shared_ptr doesn't behave as expected...


c++c++11shared-ptr

Read More
How does std::shared_ptr converts across class hierarchy when passing by reference?...


c++c++11type-conversionshared-ptrimplicit-conversion

Read More
Pass an object to a function expecting shared_ptr without actually sharing ownership...


c++memory-managementshared-ptr

Read More
Ensure abstract bass class is a shared_ptr...


c++c++11shared-ptr

Read More
shared_ptr: Does the reference count increase when copying in a shared_ptr of the base class?...


c++shared-ptrc++98

Read More
How to share the same reference counter in shared pointers of unrelated types?...


c++c++11shared-ptrreference-counting

Read More
sub classing from enable_shared_from_this...


c++boostboost-asioshared-ptrweak-ptr

Read More
C++11 storing multiple shared pointers as raw pointers...


c++c++11shared-ptrmake-shared

Read More
Does boost::optional trigger a ref count on shared_ptr?...


c++boostshared-ptr

Read More
Using std::move with std::shared_ptr...


c++c++11shared-ptrmove-semantics

Read More
vector<shared_ptr<X>> copying- X constructor called?...


c++c++11vectorshared-ptr

Read More
Try to understand std::enable_shared_from_this<T> but cause a bad_weak_ptr using it...


c++shared-ptr

Read More
C++ shared_ptr bind map transform segfault...


c++c++11segmentation-faultbindshared-ptr

Read More
Why shared pointer assignment does 'swap'?...


c++boostshared-ptrswap

Read More
How is std::shared_ptr polymorphic?...


c++c++11stdshared-ptr

Read More
Get type_info for subclass when using shared_ptr...


c++boostpolymorphismshared-ptrtypeinfo

Read More
Share class memory over shared_ptr...


c++inheritanceshared-ptr

Read More
Unexpected behavior from shared_from_this when creating multiple shared_ptr "families" ove...


c++shared-ptrweak-ptr

Read More
Deletion of pointer to incomplete type and smart pointers...


c++c++11shared-ptrsmart-pointersauto-ptr

Read More
Objects as member variables in a class in C++...


c++pointersreferenceshared-ptrmember-variables

Read More
Unordered map in shared_ptr SIGSEGV...


c++lambdathreadpoolshared-ptrc++14

Read More
How to return references to object created inside a method...


c++pointersreturn-valueshared-ptrreturn-by-reference

Read More
C++/CLI Wrapping a Function that Returns a std::shared_ptr...


.netc++-cliwrappershared-ptrmixed-mode

Read More
BackNext