Search code examples
Is there a scoped ptr that has deep copy functionality built in?...


c++boostsmart-pointersunique-ptrscoped-ptr

Read More
Getting weak pointer to derived class...


c++11inheritancevisual-c++smart-pointers

Read More
c++ weak_ptr expiring after dereference?...


c++smart-pointersweak-ptr

Read More
Store a variable number of objects of a variable number of derived class and deep copy them...


c++templatespolymorphismsmart-pointersdeep-copy

Read More
C++11 using unique_ptr with custom deleter...


c++c++11stdsmart-pointers

Read More
Why not unique_ptr made to accept only a temporary?...


c++11smart-pointers

Read More
Conversion from shared_ptr to weak_ptr polymorphism...


c++boostsmart-pointers

Read More
Iterate raw pointers from unique_ptr in map values...


c++c++11smart-pointers

Read More
c++ unique_ptr inside vector with inheritance...


c++c++11smart-pointers

Read More
How does shared_ptr increase counter when passed by value?...


c++shared-ptrsmart-pointersrvo

Read More
How does counter decrement of smart pointer work?...


c++shared-ptrsmart-pointers

Read More
unique_ptr and OpenSSL's STACK_OF(X509)*...


c++c++11opensslsmart-pointersunique-ptr

Read More
Why atomic overloads for shared_ptr exist...


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

Read More
Alternatives to refcount for unique_ptr...


c++c++11smart-pointers

Read More
(c++14) operator<< overloading not working as expected from vector of smart pointers...


c++operator-overloadingc++14smart-pointers

Read More
How do I prevent the memory loose from unique_ptr...


c++c++11smart-pointers

Read More
Accessing owner in destructor c++...


c++smart-pointersownership-semantics

Read More
Ambiguous overload when using many typecasts operator overloads...


c++pointersoperator-overloadingwrappersmart-pointers

Read More
Writing safe copy-constructor with smart pointer...


c++c++11constructorsmart-pointers

Read More
C++11 way of storing a polymorphic object in a class...


c++11polymorphismsmart-pointers

Read More
Stored-by-Value Pool that support polymorphism, how to use smart pointer?...


c++polymorphismsmart-pointerspool

Read More
New to c++11 features, proper use of shared_ptr?...


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

Read More
Smart pointers to within a smart-pointer managed array...


c++c++11smart-pointers

Read More
How to find the address of an auto_ptr...


c++smart-pointers

Read More
Can pointer 'this' be a shared pointer?...


c++multithreadingshared-ptrsmart-pointersreference-counting

Read More
How can I get the address of scoped_ptr?...


c++smart-pointersmemory-addressscoped-ptr

Read More
Passing universal pointer class to functions...


c++templatespointersc++11smart-pointers

Read More
What is the appropriate smart pointer to use when passing an object to a function which will create ...


c++c++11smart-pointers

Read More
Should I use unique_ptr to keep class' members?...


c++pointerssmart-pointersunique-ptr

Read More
smart_ptr to attribute of class segfault...


c++c++11segmentation-faultsmart-pointers

Read More
BackNext