Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

Pointer to unique_ptr - is this a loophole?

c++ unique-ptr

Example of memory leak in c++ (by use of exceptions) [duplicate]

How to insert elements into a multidimensional vector of unique pointers?

How to make a class with a member of unique_ptr work with std::move and std::swap?

c++ unique-ptr

Possible bug in unique_ptr implementation [duplicate]

c++ c++11 unique-ptr

Memory managing container design issue - items require inheritance

c++ memory c++11 unique-ptr

Why unique_ptr doesn't prevent slicing of custom deleter?

heap corruption when leaving scope with unique_ptr

c++ scope c++11 unique-ptr

Templated Function that works for iterators over raw pointers as well as iterators over unique_ptrs

How to insert several unique_ptrs into vector at once

c++ vector unique-ptr

Find a pointer T* in std::unordered_set<std::unique_ptr> (C++20)

Why is move necessary with emplace_back in this example?

c++ exception safety in constructor

Why does shared_ptr signature differ from unique_ptr for arrays?

Is the contents of a pointer to a unique_ptr's contents valid after the unique_ptr is moved?

Pimpl with unique_ptr : Why do I have to move definition of constructor of interface to ".cpp"?

c++ unique-ptr pimpl-idiom

How to use lambda as std::unique_ptr's Deleter?

Why does my unique_ptr think is has a null function pointer deleter? [duplicate]

c++ sdl unique-ptr

unique_ptr and OpenSSL's STACK_OF(X509)*

from unique_ptr<char[]> to unique_ptr<const char[]>

c++ c++11 constants unique-ptr