Search code examples
Confused about returning std::unique_ptr...


c++unique-ptrmove-semantics

Read More
pass std::unique_ptr to std::bind...


c++lambdabindmoveunique-ptr

Read More
How to capture a unique_ptr into a lambda expression?...


c++lambdac++11unique-ptr

Read More
What does std::make_unique_for_overwrite() do vis-a-vis std::make_unique()?...


c++c++20smart-pointersunique-ptr

Read More
Does std::unique_ptr automatically release memory when the object is released?...


c++stdunique-ptr

Read More
Using unique_ptr and custom deleter with the fftw3 library...


c++smart-pointersunique-ptrfftw

Read More
operator<< overload not selected for rvalue std::ostringstream and std::unique_ptr...


c++c++17operator-overloadingunique-ptrostringstream

Read More
Is auto_ptr deprecated?...


c++standardssmart-pointersauto-ptrunique-ptr

Read More
How to implement make_unique function in C++11?...


c++c++11unique-ptr

Read More
unique_ptr is not changing object it's pointing to...


c++pointersunique-ptr

Read More
How can I pass std::unique_ptr into a function...


c++c++11unique-ptr

Read More
How to allocate for later placement new "as if by new"...


c++dynamic-memory-allocationunique-ptr

Read More
Detecting the erroneous deletion of a raw pointer...


c++exceptionunique-ptr

Read More
Extracting a std::unique_ptr member using std::move(), from a class that is invalid when null: how t...


c++unique-ptrmove-semanticsownership-semantics

Read More
How to create a new value and assign to a private unique_ptr in a class constructor?...


c++c++11smart-pointersunique-ptr

Read More
Problem with std::unique_ptr and dangling pointer...


c++c++17shared-ptrsmart-pointersunique-ptr

Read More
Does std::unique_ptr support fancy pointers?...


c++c++11gccunique-ptr

Read More
How to resize a vector of vector of unique_ptr?...


c++vectorunique-ptr

Read More
Singleton class with std map of unique_ptr is throwing error on compilation...


c++singletonc++20unique-ptrstdmap

Read More
Can I allocate unique_ptr outside the function?...


c++unique-ptr

Read More
Clang and gcc getting stuck over overloaded template function...


c++templatesinheritanceoverloadingunique-ptr

Read More
Why does std::coroutine_handle only refer to a coroutine (via raw pointer) instead of owning it (via...


c++memory-managementc++20unique-ptrc++-coroutine

Read More
unique_ptr to a derived class as an argument to a function that takes a unique_ptr to a base class...


c++visual-studio-2012c++11unique-ptr

Read More
Assign unique_ptr of derived class to a base class...


c++unique-ptr

Read More
Memory leak using a static unique_ptr member...


c++memorymemory-leaksstaticunique-ptr

Read More
What's the bug in this code, or what's the bug in MSVC?...


c++visual-c++c++17unique-ptrdllexport

Read More
Why doesn't a raw pointer and a smart pointer unique_ptr that are pointing to the same resource ...


c++memory-managementsmart-pointersunique-ptr

Read More
How can I wrap std::make_unique in std::apply?...


c++tuplesunique-ptr

Read More
std::auto_ptr to std::unique_ptr...


c++c++11smart-pointersauto-ptrunique-ptr

Read More
Using std::unique_ptr for Windows HANDLEs...


c++visual-c++c++11visual-studio-2012unique-ptr

Read More
BackNext