Search code examples
is allocator_traits::deallocate a valid shared_ptr deleter...


c++shared-ptrallocator

Read More
Understanding C++ std::shared_ptr...


c++shared-ptrsmart-pointersreference-counting

Read More
virtual function in std::shared_ptr's control block...


c++templatesshared-ptrvirtual-functions

Read More
C++ Cast to "uncle class"...


c++c++11templatescastingshared-ptr

Read More
function call with shared pointer whose object should be const...


c++shared-ptrsmart-pointers

Read More
C++11 When clearing shared_ptr, should I use reset or set to nullptr?...


c++c++11shared-ptrresetnullptr

Read More
Can I make a shared object pool using std::shared_ptr and weak_ptr without a custom destructor?...


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

Read More
C++ template instantiation with shared_ptr to const T...


c++constantsshared-ptrimplicit-conversiontemplate-argument-deduction

Read More
removing shared pointers from vector or map...


c++vectorshared-ptrstdmapraw-pointer

Read More
No matching constructor for initialisation of const std::shared_ptr<>...


c++c++17shared-ptr

Read More
Is it correct to use std::map::emplace with a function returning a shared_ptr?...


c++stlshared-ptr

Read More
make_shared() reference counting in C++...


c++11shared-ptrsmart-pointersmake-shared

Read More
C++: "... is not a polymorphic type" while using boost::dynamic_pointer_cast...


c++compiler-errorsshared-ptrdynamic-cast

Read More
clang - shared_ptr fails to run its deleter...


c++c++11lambdaclangshared-ptr

Read More
Is it good practice to store copies of the same shared pointers in different vectors?...


c++shared-ptrc++03

Read More
C++ : Vector Allocator behavior, memory allocation and smart pointers...


c++stlshared-ptrstdvectorallocator

Read More
System.AccessViolationException: shared_ptr between C# .NET and C++ applications...


c#c++shared-ptr

Read More
Unexpected virtual function dispatch when using base class reference instead of pointer...


c++shared-ptrundefined-behaviorobject-lifetimevptr

Read More
shared_ptr of a templated type enclosing it...


c++c++11shared-ptrstd-pair

Read More
Making a pair of shared pointer and pushing in a vector...


c++vectorshared-ptr

Read More
Why does making operator new private break std::shared_ptr?...


c++c++11shared-ptr

Read More
Step down pointer type a level for use with shared_ptr...


c++c++11syntaxshared-ptr

Read More
Dereference a shared_ptr returned from a function...


c++shared-ptr

Read More
std::bad_weak_ptr exception in shared_from_this after object construction...


c++inheritanceshared-ptr

Read More
private base class error when using enable_shared_from_this...


c++c++11shared-ptr

Read More
make_shared doesn't play along with enable_shared_from_this?...


c++boost-asioshared-ptr

Read More
std::unique_ptr<T[]> API prohibits derived-to-base pointer conversions...


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

Read More
Not working: override the default less-than operator of shared_ptr of a class...


c++c++11operator-overloadingshared-ptrmultiset

Read More
Read Access Violation using Smart Pointers...


c++vectorshared-ptrsmart-pointerspush-back

Read More
Can I push a smart pointer to a list of smart pointers?...


c++c++11stlstdshared-ptr

Read More
BackNext