Search code examples
How to use make_shared to create an array of objects of the same type?...


c++11shared-ptrmake-shared

Read More
Verify at compile time that objects are created as shared_ptr...


c++c++11boost-asioshared-ptrtype-traits

Read More
Regarding shared_ptr reference count block...


c++multithreadingc++11shared-ptrlock-free

Read More
How to pass deleter to make_shared?...


c++c++11shared-ptrsmart-pointersmake-shared

Read More
How does the counters work when a class is referenced by another class and with getters...


c++11shared-ptr

Read More
Check whether an object derived from enable_shared_from_this is managed by shared_ptr?...


c++c++11c++17shared-ptr

Read More
Javascript - Shared Pointer Paradigm...


javascriptecmascript-6garbage-collectionshared-ptr

Read More
Storing an std::thread in C++11 smart pointer...


c++c++11c++14shared-ptrstdthread

Read More
shared_ptr, subscription, destructor...


c++shared-ptrobserver-patternsubscriptionweak-ptr

Read More
Check if container of shared_ptr contains a pointer?...


c++observer-patternshared-ptr

Read More
C++11 shared_ptr and pthread...


c++pthreadsshared-ptr

Read More
type deduction fail: shared_ptr of derived template to base template as function argument...


c++templatesshared-ptr

Read More
No match for operator== (weak_ptr, const weak_ptr)...


c++gccvectorshared-ptrweak-ptr

Read More
C++ deleted new operator but can create shared_ptr...


c++shared-ptrnew-operator

Read More
Initialization and management of a shared_ptr to base interface...


c++c++14shared-ptrraiiownership-semantics

Read More
initializing a shared pointer with a static or global object...


c++shared-ptr

Read More
C++ make_shared calling destructor twice...


c++shared-ptr

Read More
Dynamic binding of shared_ptr...


c++pointersdynamicdecoratorshared-ptr

Read More
Overload method for unique_ptr and shared_ptr is ambiguous with polymorphism...


c++c++14overloadingshared-ptrunique-ptr

Read More
use_count becomes -1 when using shared_ptr in C++...


c++pointersmemoryshared-ptr

Read More
Cannot convert from std::shared_ptr<_Ty> to std::shared_ptr<_Ty>...


c++pointerscastingshared-ptrsmart-pointers

Read More
Ownership with a physical representation...


c++c++14shared-ptrsmart-pointersownership

Read More
C++ Boost.Asio Segmentation Fault on async_write while accessing write-method through shared_ptr...


c++segmentation-faultboost-asioshared-ptr

Read More
C++ weak_ptr creation performance...


c++performanceshared-ptrreference-countingweak-ptr

Read More
Best way to protect from multiple shared_ptr to the same object...


c++c++11shared-ptr

Read More
C++ / Is the wrong parameter of typedef causing a memory leak?...


c++memory-leaksshared-ptrtypedef

Read More
Returning shared pointer reference breaks outside of class methods...


c++treeshared-ptr

Read More
shared_ptr<const A> to shared_pointer<A>...


c++constantsshared-ptrconst-cast

Read More
Move the same unique_ptr into function in a loop...


c++shared-ptrunique-ptr

Read More
how to store and reference large amount of data in c++...


c++vectorshared-ptr

Read More
BackNext