Search code examples
What are all the ways use_count of std::shared_ptr is incremented?...


c++pointersmemory-managementshared-ptrdouble-free

Read More
Why does one need a null shared_ptr and how can it be used?...


c++c++11shared-ptreffective-c++

Read More
How do I use std::unique_ptr<T> with an interface that returns an int?...


c++c++11shared-ptr

Read More
found/not-found indication with shared_ptr...


c++shared-ptr

Read More
Qt signal lambda causes shared_ptr leak?...


c++qtlambdashared-ptrqt-signals

Read More
Accessing pointees of a shared_ptr's in a deque owned by an object...


c++11referenceshared-ptrdeque

Read More
Can't use Poco TCPServer and TCPServerConnectionFactory...


c++shared-ptrpoco-libraries

Read More
How do I define a static boost shared pointer?...


c++booststaticinitializationshared-ptr

Read More
Why must shared_ptr<> allocate for the control block and managed object separately?...


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

Read More
Why moving a shared_ptr is allowed in a const_iterator?...


c++11iteratorconstantsshared-ptrmove

Read More
Polymorphism and shared_ptr member...


c++polymorphismshared-ptr

Read More
Smart pointers as map key...


c++c++11dictionaryshared-ptrsmart-pointers

Read More
Multiple inside-of-class typedef of shared_ptr...


c++templatesconstructorshared-ptr

Read More
Can I use a shared_ptr everywhere I want to use a simple pointer?...


c++pointersc++11shared-ptr

Read More
Temporary boost::shared_ptr when passing to constructor of superclass...


c++boostconstructorshared-ptrtemporary

Read More
What is boost's shared_ptr(shared_ptr<Y> const & r, T * p) used for?...


c++boostshared-ptrsmart-pointers

Read More
Calling clear() on a vector of shared_ptr. Will memory be freed?...


c++vectorshared-ptr

Read More
Reference operator and shared_ptr C++11 misunderstanding...


c++stateshared-ptr

Read More
std::shared_ptr<T>: implicit constructor for rvalue pointer to T...


c++c++11shared-ptrrvalue

Read More
Referring to "this" as a shared_ptr?...


c++c++11shared-ptr

Read More
Increasing Speed of Destruction...


c++boostpolymorphismshared-ptrboost-ptr-container

Read More
Error passing shared_ptr<Derived>& as shared_ptr<Base>& without const...


c++inheritancec++11castingshared-ptr

Read More
Using an unordered_set with shared_ptr keys...


c++boostshared-ptrunordered-set

Read More
C++ Automatically detecting where shared_ptr is compared to NULL...


c++boostnullshared-ptr

Read More
Unresolved External Symbol when using shared_ptr...


c++shared-ptrsfmlsmart-pointers

Read More
Is there a way to cast shared_ptr<void> to shared_ptr<T>?...


c++shared-ptrvoid-pointersreference-counting

Read More
Why does boost::allocate_shared<T> (alloc) ignore alloc.construct() and does std::allocate_sha...


c++boostshared-ptrallocator

Read More
Vector Iterators of Shared Pointers...


templatesc++11vectoriteratorshared-ptr

Read More
enable_shared_from_this. Why the crash?...


c++shared-ptr

Read More
Singly Linked List using shared_ptr...


c++11linked-listshared-ptr

Read More
BackNext