Search code examples
Ensuring shared pointers within vector are pushed back properly...


c++pointersvectorshared-ptr

Read More
enable_shared_from_this for friend class...


c++shared-ptrfriend

Read More
about order of evaluation using shared pointers...


c++if-statementshared-ptrshort-circuiting

Read More
C++ using shared_ptr but having my object's relational operators called?...


c++shared-ptrrelational-operators

Read More
C++11 shared pointer thread safety is broken?...


multithreadingc++11thread-safetyshared-ptr

Read More
C++ Pointer does not behave as expected...


c++shared-ptr

Read More
Program crashing when accessing shared_ptr holding QString...


c++qtpointersshared-ptrqstring

Read More
How to test whether a shared_ptr is empty or owns nothing...


c++shared-ptr

Read More
Need to implement destructor, copy constructor, assignment operator when using shared_ptr...


c++c++11destructorshared-ptrcopy-constructor

Read More
undefined behaviour to use raw pointer from a deleted shared_ptr?...


c++pointersshared-ptrundefined-behaviorinvalid-pointer

Read More
Simple wrapper class vs. smart pointer...


c++wrappershared-ptr

Read More
std::vector<std::shared_ptr<Foo>> holding both dynamically and statically allocated Foo...


c++11shared-ptr

Read More
life cycle of QSharedPointer or std::shared_ptr...


c++multithreadingqtshared-ptrqsharedpointer

Read More
Pointers vs auto_ptr vs shared_ptr...


c++pointersshared-ptr

Read More
auto creation and handling of vector of shared pointers...


c++vectorshared-ptr

Read More
C++ shared_ptr order of release...


c++destructorshared-ptrlifetimeorder-of-execution

Read More
Error when a shared pointer is pushed back into a vector...


c++pointersvectorshared-ptr

Read More
Inheritance and smart pointers (std::shared_ptr)...


c++inheritanceshared-ptrsmart-pointersvirtual-functions

Read More
C++: shared_ptr in vector is not updating the original shared_ptr...


c++vectortreeshared-ptr

Read More
Invalidate all shared ptrs toward a specific managed object...


c++c++11shared-ptr

Read More
Treat C array name as raw pointer and copy to shared_ptr...


c++arrayspointersshared-ptr

Read More
What is make_shared of unknown size?...


c++arraysboostshared-ptrmake-shared

Read More
shared pointer in constructor initializer list...


c++11shared-ptr

Read More
Is lambda with initializer to itself equivalent to lambda without initializer?...


c++lambdashared-ptr

Read More
Create a vector of shared_ptr to ints...


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

Read More
How `weak_ptr` and `shared_ptr` accesses are atomic...


c++multithreadingc++11shared-ptrweak-ptr

Read More
Implicit conversion from int to shared_ptr...


c++c++11type-conversionshared-ptrimplicit-conversion

Read More
Deleter type in unique_ptr vs. shared_ptr...


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

Read More
Assign a newly constructed shared_ptr...


c++c++11shared-ptr

Read More
How to view the internal data of a smart pointer inside gdb?...


c++linuxprintinggdbshared-ptr

Read More
BackNext