Search code examples
How to downcast shared_ptr without std::static_pointer_cast in C++?...

c++shared-ptrsmart-pointersdowncast

Read More
How to keep one object alive as long as another object exists?...

c++shared-ptrownership-semantics

Read More
what happens if I reset a unique_ptr with a shared_ptr pointing to it?...

c++shared-ptrunique-ptr

Read More
How to use shared_ptr to manage an object placed with placement new?...

c++memory-managementshared-ptr

Read More
Intel TBB input_node output value caching delays resource release. Workaround ideas?...

c++shared-ptrtbbreference-countingtbb-flow-graph

Read More
Passing shared_ptr<Derived> as shared_ptr<Base>...

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

Read More
Is shared_ptr swap thread safe?...

c++multithreadingshared-ptrswap

Read More
Why is raw pointer to shared_ptr construction allowed in all cases?...

c++pointersc++11shared-ptr

Read More
Call default copy constructor from within overloaded copy constructor...

c++constructorshared-ptrcopy-constructordeep-copy

Read More
c++: Efficient way to passing shared_ptr to a lambda...

c++c++11lambdashared-ptr

Read More
Is it OK to save a reference to the object managed by a shared_ptr?...

c++shared-ptrsmart-pointers

Read More
How can I represent a key-value-tree in C++ / STL...

c++stlshared-ptrkey-value-coding

Read More
Assigning std::shared_ptr...

c++pointersc++11stdshared-ptr

Read More
Reference count for a handle instead of a pointer...

c++c++11shared-ptrhandle

Read More
How to use shared_ptr to supply mock object from outside?...

c++unit-testingmockingshared-ptr

Read More
no match for ‘operator=’ when std::shared_ptr...

c++shared-ptr

Read More
Allocate char* array with boost::make_shared...

c++boostshared-ptrsmart-pointersmake-shared

Read More
Make set of pointers to use comparison criteria of underlying injects, C++...

c++sortingsetshared-ptr

Read More
What is diffrence between lock() and expired()? weak_ptr C++...

c++c++11shared-ptrsmart-pointersweak-ptr

Read More
Is an empty aliasing shared_ptr a good alternative to a no-op deleting shared_ptr?...

c++c++11shared-ptr

Read More
Removing an object from a singleton-managed container upon destruction...

c++singletonshared-ptr

Read More
Possible MSVC compiler bug...

c++visual-c++language-lawyerstdshared-ptr

Read More
How to feed a shared_ptr to a template function that shall add various data types to a vector?...

c++shared-ptr

Read More
Is it a good idea to cache a raw pointer along with its owning shared_ptr for better access performa...

c++performanceshared-ptr

Read More
c++ shared_ptr does not provide a call operator...

c++constructorshared-ptrsmart-pointers

Read More
How to use multi-inheritence with std::shared_ptr?...

c++stlshared-ptr

Read More
Smart pointers to an object explicitly created object...

c++c++11shared-ptrsmart-pointersunique-ptr

Read More
Segmentation fault when using a shared_ptr for private_key...

c++c++11segmentation-faultshared-ptrbotan

Read More
Passing a std::shared_ptr to a function object to std::thread...

c++multithreadingc++11shared-ptrfunctor

Read More
C++ Vector of abstract class of specific base class, as another class member...

c++c++11templatesshared-ptr

Read More
BackNext