Search code examples
Reset boost::shared_ptr captured by value from lambda...

c++lambdashared-ptrpass-by-value

Read More
How to instantiate shared pointer with JNI to call java implementation...

javac++java-native-interfaceshared-ptrsmart-pointers

Read More
Returning make_shared<Base>, inheritence and casting to Derived not working as expected?...

c++c++17shared-ptrmake-shared

Read More
Segfault in factory constructed class...

pointersshared-ptr

Read More
How to release pointer from boost::shared_ptr?...

c++boostshared-ptr

Read More
Using std::allocate_shared with polymorphic resource allocators...

c++shared-ptrallocatorc++pmr

Read More
Converting sharet_ptr<Derived> to shared_ptr<Base>...

c++type-conversionshared-ptr

Read More
Construct a span<shared_ptr<T>> from an array<shared_ptr<void>>...

c++shared-ptrc++20std-span

Read More
Is there a way to add elements to this vector?...

c++ooptemplatesinheritanceshared-ptr

Read More
C++ - passing references to std::shared_ptr or boost::shared_ptr...

c++boostpass-by-referencepass-by-valueshared-ptr

Read More
What is the difference between *smart_ptr and *smart_ptr.get()...

c++c++11stdshared-ptrsmart-pointers

Read More
What is difference between "owned pointer" and the "stored pointer" for std::sha...

c++c++11shared-ptr

Read More
shared_ptr use_count() return 0 after assignment operator (=)...

c++c++11shared-ptr

Read More
Shared Pointer ambiguous call / undefined reference to call...

c++shared-ptrambiguous

Read More
Can't "std::shared_from_this" be inherited by its derived classes?...

c++shared-ptrsmart-pointers

Read More
How to comprehend "std::relational operators (shared_ptr) compares directly the stored pointers...

c++c++11shared-ptr

Read More
Will instance of shared_ptr<Base> and shared_ptr<Derived> with same raw pointer share re...

c++c++11inheritancepolymorphismshared-ptr

Read More
Why is casting on shared_ptr like this?...

c++castingshared-ptr

Read More
Using a prvalue to create a shared_pointer...

c++moveshared-ptr

Read More
make_shared and abstract polymorphism...

c++c++11polymorphismshared-ptr

Read More
Retrieving address of "inner" classes of a class...

c++shared-ptrsmart-pointersmemory-address

Read More
enable_shared_from_this returns bad_weak_ptr error...

c++boostshared-ptrenable-shared-from-this

Read More
Use of weak_ptr with cyclic references...

c++shared-ptrweak-ptr

Read More
Find a value in a set of shared_ptr...

c++setc++14shared-ptr

Read More
About std::unique_prt() and decltype()...

c++shared-ptr

Read More
Prevent copy of shared pointer on return...

c++shared-ptrreturn-value-optimization

Read More
How to access target of std::tr1::shared_ptr in GDB...

c++gdbshared-ptrtr1

Read More
Dereferencing shared pointer and call by reference...

c++qtshared-ptr

Read More
what does std::move(const shared_ptr reference) mean?...

c++c++11shared-ptrmove-semanticsstdmove

Read More
How does a reference-counting smart pointer's reference counting work?...

c++memory-managementmemory-leakssmart-pointersshared-ptr

Read More
BackNext