Search code examples
Smart pointers in doubly linked list...


c++linked-listshared-ptr

Read More
Using std::weak_ptr with std::shared_ptr for shadowing...


c++c++11thread-safetyshared-ptrweak-ptr

Read More
Compare every item in a vector to every other item, while deleting some elements?...


c++loopsvectorpolymorphismshared-ptr

Read More
C++ shared ptr release on multiple references...


c++c++11shared-ptr

Read More
Why does this numpy attribute suddenly become shared between instances...


python-3.xnumpyattributesshared-ptrinstantiation

Read More
Is there unique_from_this()? Or how return unique_ptr from class inherited from enable_shared_from_t...


c++memory-managementshared-ptrsmart-pointersunique-ptr

Read More
Where does the memory allocation happens for an underlying object of a static shared_ptr?...


c++c++11staticshared-ptr

Read More
Is it possible to have a static object and a static std::shared_ptr pointing to the same object?...


c++shared-ptr

Read More
Giving a std::shared_ptr<std::thread> to itself. Defined or Undefined behavior...


c++multithreadingc++11shared-ptr

Read More
LINK2019: unresolved external symbol for a function returning shared_ptr<int>...


c++visual-studio-2010dllvisual-studio-2013shared-ptr

Read More
How to use insertion operator with a shared_ptr pointer of an ifstream object?...


c++c++11shared-ptrifstream

Read More
Can I memcpy std::weak_ptr?...


c++c++11shared-ptrweak-ptrdata-representation

Read More
How to make python not to create/copy pyobject from boost::shared_ptr during iteration on std::vecto...


pythonc++vectorshared-ptrboost-python

Read More
shared_from_this() returns std::shared_ptr<const X>, not std::shared_ptr<X>...


c++c++11iteratorshared-ptr

Read More
Using shared_ptr for unique ownership (kind of) - is this good practice?...


c++shared-ptrsmart-pointerssoftware-design

Read More
How to represent shared objects in UML?...


objectumlshared-ptrclass-diagramshared-objects

Read More
In gdb, I can call some class functions, but others "cannot be resolved". Why?...


c++debuggingboostgdbshared-ptr

Read More
Segmentation fault with shared_ptr of a vector element in C++...


c++shared-ptr

Read More
Difficulties with Pointers in C++ / Linking error...


c++boostlinker-errorsshared-ptrquantlib

Read More
Create a array of shared_ptr with objects...


arraysc++11objectshared-ptr

Read More
Does shared pointer break tail call optimization?...


c++recursionshared-ptrcompiler-optimizationtail-recursion

Read More
Is make_shared really more efficient than new?...


c++shared-ptrclanglibc++make-shared

Read More
Why doesn't the function cast a pointer correctly (from base class to derived class)...


c++pointersshared-ptr

Read More
shared_ptr and cyclic references...


c++shared-ptrweak-ptrcyclic-reference

Read More
[Boost]::DI creating unique shared_ptr objects from injector...


c++boostdependency-injectionshared-ptr

Read More
shared_ptr's std::atomic_compare_exchange_strong comparing with raw pointer...


c++shared-ptratomiccompare-and-swap

Read More
std::shared_ptr deleted in a getter function with Qt...


c++qtshared-ptr

Read More
c++ std::shared_ptr Error C2664...


c++11shared-ptrc2664

Read More
How do I solve this std::bad_cast with from antlrcpp::Any?...


c++shared-ptrantlr4

Read More
Assigning a shared_ptr to an offset of an array...


c++arraysshared-ptrreference-counting

Read More
BackNext