Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

Why is this not a memory leak in C++?

Is move() with unique_ptr irreplaceable?

c++ c++11 move unique-ptr

Should use unique_ptr to more easily implement "move" semantics?

Problems with implementation of unique_ptr's move constructor

Compile error with gcc when in-class initializing unique_ptr of incomplete type to nullptr

C++: Moving to unique_ptr

c++ unique-ptr

using range-based for with std::set<std::unique_ptr<T>> deleted function

How to implement a destructor for an n-ary graph node that won't cause a stack overflow?

Is it safe to use unique_ptr in an Exception class

Return value of a find function searching through a vector of unique_ptr's

Why does = default member initializer request instantiation of unique_ptr destructor while {} does not?

Did the rules for nullptr init of unique_ptr change in C++23?

Typedef of unique_ptr List

c++ list unique-ptr

moving unique_ptr in c++

c++ unique-ptr

Copy std::map of std::unique_ptr with polymorphic content

c++ copy c++14 unique-ptr

std::move on object pointed to by a unique_ptr

c++ c++11 unique-ptr

does auto deduce that a type is a pointer?

c++ unique-ptr auto

unique pointer memory leak