Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

Iterating over a container of unique_ptr's

How to assign the address of an existing object to a smart pointer?

Alternatives of static_pointer_cast for unique_ptr

How to perform a dynamic_cast with a unique_ptr?

Is unique_ptr thread safe?

How to initialize std::unique_ptr in constructor?

C++ std::unique_ptr return from function and test for null

c++ c++11 unique-ptr

std::unique_ptr usage

c++ c++11 unique-ptr

C++ std::unique_ptr : Why isn't there any size fees with lambdas?

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

Converting std::unique_ptr<Derived> to std::unique_ptr<Base>

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

So can unique_ptr be used safely in stl collections?

c++ c++11 auto-ptr unique-ptr

Recommended usage of std::unique_ptr [duplicate]

Raw pointer lookup for sets of unique_ptrs

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

Lock-free swap of two unique_ptr<T>

What happens to unique_ptr after std::move()?

c++ unique-ptr

Passing unique_ptr to functions

Bad practice to return unique_ptr for raw pointer like ownership semantics?

How to capture a unique_ptr into a lambda expression?

c++ lambda c++11 unique-ptr

Dynamic casting for unique_ptr

Should I use shared_ptr or unique_ptr