Search code examples
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
node-handle vs std::unique_ptr...


c++c++17unique-ptrunordered-mapstdmap

Read More
GCC Address sanitizer bug or invalid move?...


c++gccboost-asiomoveunique-ptr

Read More
Achieving constant observance with std::unique_ptr...


c++smart-pointersunique-ptr

Read More
Why does a function taking a std::unique_ptr by value not call the destructor in gcc/clang?...


c++assemblylanguage-lawyerunique-ptr

Read More
How to remove unique_ptr by pointer from a container?...


c++11unique-ptr

Read More
Raw pointer lookup for sets of unique_ptrs...


c++c++11unique-ptrc++14

Read More
Efficiently erase a unique_ptr from an unordered_set...


c++c++14unique-ptrunordered-set

Read More
Returning the raw pointer from a list of unique pointers...


c++memory-managementunique-ptrownership

Read More
Boost ASIO "Bad address" error when passing unique_ptr to completion handler...


c++boostundefined-behaviorunique-ptrasio

Read More
When should I return by value, as opposed to returning a unique pointer...


c++c++11memory-managementunique-ptrreturn-by-value

Read More
Does unique_ptr::release() call the destructor?...


c++unique-ptr

Read More
C++ - Cast/Change-type of an unique_ptr...


c++pointerstypesunique-ptr

Read More
How can std::unique_ptr apply EBO on closure?...


c++c++17c++14smart-pointersunique-ptr

Read More
Using unique_ptr to control a file descriptor...


c++c++11smart-pointersunique-ptrgcc4.7

Read More
how to overload unique_ptr in a class . i am getting compilation error...


c++memoryc++14unique-ptr

Read More
How to interpret a "const unique_ptr"...


c++constantsunique-ptr

Read More
simple structs with make_unique and emplace_back...


c++unique-ptremplace

Read More
unordered_map of class following pImpl idiom using unique_ptr...


c++c++17unique-ptrstd-pairpimpl-idiom

Read More
How / Is it possible to have a vector<unique_ptr<ABC>>?...


c++vectorunique-ptrabstract-base-class

Read More
Question on unique_ptr behavior w.r.t particular usage of std::move...


c++c++11unique-ptrmove-semantics

Read More
Is it safe for a method to take a unique_ptr to this?...


c++unique-ptr

Read More
BackNext