Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How does the custom deleter of std::unique_ptr work?

unique_ptr boost equivalent?

c++ boost c++11 unique-ptr

shared_ptr<> is to weak_ptr<> as unique_ptr<> is to... what?

c++ c++11 unique-ptr

error: ‘unique_ptr’ is not a member of ‘std’

c++ c++11 g++ unique-ptr