Search code examples
How to use smart pointer to manage existing object...

c++classobjectsmart-pointersunique-ptr

Read More
C2661 when using std::make_unique...

c++unique-ptr

Read More
Convert std::unique_ptr of derived to base and pass ownership as argument...

c++inheritancesmart-pointersunique-ptr

Read More
std::unique_ptr with an incomplete type won't compile...

c++unique-ptrincomplete-typelibc++

Read More
Using std::unique_ptr<std::barrier<void()>> in a class - Error occured when calling arri...

c++c++20unique-ptrbarrier

Read More
Memory leak using unique pointer and polymorphism...

c++oopmemory-leakssmart-pointersunique-ptr

Read More
Why the ownership of unique_prt is not transfered when using rvalue reference?...

c++unique-ptrrvalue

Read More
Understanding std::move and Ownership Transfer with std::unique_ptr in C++...

c++unique-ptrmove-semanticsrvalue-reference

Read More
How to dereference std::unique_ptr<int[]>?...

c++arraysc++20unique-ptrdereference

Read More
convert base class unique_ptr to derived class unique_ptr...

c++c++11unique-ptr

Read More
Usage of this* in make_unique...

c++c++11smart-pointersunique-ptrfactory-pattern

Read More
How to prevent unique pointers from overlapping...

c++timerunique-ptrctimestdmove

Read More
pimpl, std::unique_ptr and constexpr constructor...

c++constexprunique-ptrpimpl-idiom

Read More
Why can't a weak_ptr be constructed from a unique_ptr?...

c++shared-ptrsmart-pointersunique-ptrweak-ptr

Read More
Passing a static operator() as deleter type...

c++unique-ptrc++23function-call-operator

Read More
Insert the whole vector<unique_ptr> as element in other vector...

c++vectorunique-ptr

Read More
Copy constructor for a class with unique_ptr...

c++c++11unique-ptr

Read More
Forward declaration with unique_ptr...

c++destructorforward-declarationunique-ptr

Read More
use method reset of unique_prt:free(): invalid pointer...

c++segmentation-faultunique-ptr

Read More
Polymorphic data types casting with objects wrapped within std::unique_ptr...

c++memory-managementmemory-leaksstlunique-ptr

Read More
Overriding the deleter of unique_ptr...

c++unique-ptr

Read More
std::unique_ptr with custom deleter: regular vs array type...

c++memorysmart-pointersunique-ptr

Read More
Can't constuct a std::unique_ptr with a lambda as a custom deleter...

c++unique-ptrcustom-deleter

Read More
Iterator design pattern using unique_ptr instead of raw ptr...

c++design-patternsiteratorunique-ptr

Read More
Will std::move() call the destructor of the owned object of a unique_ptr?...

c++smart-pointersunique-ptrstdmove

Read More
Do I need `__stdcall` in `std::unique_ptr` deleter?...

c++winapivisual-c++unique-ptrstdcall

Read More
Pointer to unique_ptr - is this a loophole?...

c++unique-ptr

Read More
return std::move a class with a unique_ptr member...

c++unique-ptrstdmove

Read More
Understanding unique_ptr get() function...

c++smart-pointersunique-ptr

Read More
How to idiomatically store a unique_ptr or shared_ptr at runtime?...

c++shared-ptrsmart-pointersunique-ptr

Read More
BackNext