Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Why can't unique_ptr infer the type of the deleter?

c++ c++11 unique-ptr

Getter and setter for unique_ptr object (dependency injection)

Is it never truly safe to reinterpret_cast input into std::unique_ptr?

std::list< std::unique_ptr<T> >: passing it around

c++ c++11 unique-ptr

C++ multiple unique pointers from same raw pointer

c++ c++11 pointers unique-ptr

How to debug C++11 code with unique_ptr in DDD (or gdb)?