Search code examples
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
Did the rules for nullptr init of unique_ptr change in C++23?...


c++visual-c++language-lawyerunique-ptrc++23

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
How to assign value to the unique_ptr after declaring it?...


c++pointerssmart-pointersunique-ptr

Read More
shared_ptr and unique_ptr: question about a specific case...


c++shared-ptrsmart-pointersunique-ptr

Read More
Custom allocators as alternatives to vector of smart pointers?...


c++c++11shared-ptrunique-ptrallocator

Read More
Shared pointer with predefined maximum use count...


c++shared-ptrsmart-pointersunique-ptr

Read More
C++: unique_ptr vs auto_ptr, and advantages of unique_ptr over auto_ptr?...


c++unique-ptrauto-ptr

Read More
Correct usage of unique_ptr in class member...


c++c++11c++14unique-ptr

Read More
Filling of vector with unique_pointers...


c++vectorinitializationunique-ptrpush-back

Read More
emplace unique_ptr in list...


c++unique-ptr

Read More
BackNext