Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

unique_ptr in member initialization list

Returning unique_ptr in Factory

Stack overflow with unique_ptr linked list [closed]

std::list<std::unique_ptr>: empty initializer list vs. default constructor

c++ unique-ptr c++17

Why can I not instantiate std::vector<std::unique_ptr<int>> with {std::move(first), std::move(second)}? [duplicate]

std::unique_ptr reset() order of operations

c++ unique-ptr

Initialization of shared_ptr<T> from unique_ptr<T[]>

Reasons to return reference to std::unique_ptr

c++ shared-ptr unique-ptr

Why is there no operator<< for std::unique_ptr?

Marking std::unique_ptr class member as const

Moving unique_ptr in the declaration of a vector [duplicate]

c++ vector unique-ptr

C++ How to create a std::unique_ptr from a class that takes parameters on constructor

c++ c++11 unique-ptr

A non-shared smart pointer with incomplete types

clang & gcc don't warn about non-virtual base destructors for polymorphism when using smart pointers?

Getting a unique_ptr out of a priority queue

How to pass unique_ptr<T> in place of a raw *output* pointer parameter?

c++ c++11 unique-ptr

Effectiveness of unique_ptr

Using std::unique_ptr<void> with a custom deleter as a smart void*

c++ c++11 unique-ptr

About safe operations involving unique pointers

c++ c++14 unique-ptr

std::unique_ptr<T[]> and custom allocator deleter