Search code examples
Tracking down owner of a shared_ptr?...


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

Read More
Why shared_ptr didn't make raw pointer NULL?...


c++shared-ptrsmart-pointers

Read More
Create shared_ptr from reference...


c++shared-ptr

Read More
how would I instantiate a shared_ptr instance variable?...


c++templatesshared-ptr

Read More
Why can I bind base class shared_ptr rvalue reference to derived class shared_ptr?...


c++shared-ptrrvalue-reference

Read More
Garbage collection vs. shared pointers...


pointersgarbage-collectionshared-ptr

Read More
'std::bad_weak_ptr' error while using shared_from_this...


c++c++11shared-ptrweak-ptrenable-shared-from-this

Read More
Design pattern for constructing resource at first thread arrival and destructing on last thread depa...


c++multithreadingdesign-patternsshared-ptrreference-counting

Read More
how to declare and then initialize a parquet arrow::Rand omAccessFile in C++...


c++parquetshared-ptrapache-arrow

Read More
Why does the standard allow empty but non-null shared_ptr?...


c++c++17shared-ptrlanguage-design

Read More
Simple Boost TCP Server, example from the book "C++ Crash Course"...


c++boosttcpboost-asioshared-ptr

Read More
Using std::vector from an object referenced by shared_ptr after shared_ptr's destruction...


c++shared-ptrrosstdvector

Read More
Local copy 'xxx' of the variable 'xxx' is never modified;...


shared-ptr

Read More
How does a double pointer reconcile with a shared_ptr?...


c++pointersshared-ptrabi

Read More
Disadvantages of shared_ptr...


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

Read More
Why make_shared call the destructor even if there are still weak pointer?...


c++shared-ptrmake-shared

Read More
GoogleMock - Leaked mock objects due to cross-referencing mock classes...


c++memory-leaksshared-ptrgoogletestgooglemock

Read More
shared_ptr reference count changed after passed to a unique_ptr object...


c++shared-ptrsmart-pointersunique-ptr

Read More
What's the purpose of using pointer to std::shared_ptr in C++ library Gandiva...


c++c++11shared-ptrapache-arrow

Read More
Use of enable_shared_from_this with multiple inheritance...


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

Read More
this pointer and QSharedPointer...


c++qtqt5shared-ptrqsharedpointer

Read More
Differences between unique_ptr and shared_ptr...


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

Read More
_CrtIsValidHeapPointer(block) when using std::shared_ptr...


c++shared-ptr

Read More
shared_ptr use_count event once a certain value is reached...


c++memory-managementshared-ptr

Read More
Heap use after free when using shared pointers...


c++heap-memoryshared-ptraddress-sanitizer

Read More
Returning object with shared_ptr...


c++classshared-ptr

Read More
Avoiding null pointer crashes in C++ by overloading operators - bad practice?...


c++qtoperator-overloadingshared-ptrsmart-pointers

Read More
Get a vector of map keys without copying?...


c++optimizationcopycloneshared-ptr

Read More
How to detect cycles when using shared_ptr...


c++garbage-collectionshared-ptrreference-counting

Read More
Storing and using smart_ptr address...


c++shared-ptrsmart-pointers

Read More
BackNext