Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

Unique pointer - Why is the destructor called 3 times

c++ unique-ptr

C++ unique_ptr constant reference

How can I sort a vector of unique_ptr?

Is this the right way to implement pimpl wth unique_ptr and move-semantics in C++11

c++ c++11 unique-ptr

unique_ptr < 0 OR what does less than operator do?

Why do I need to move `std::unique_ptr`

unique_ptr constructor with custom deleter is deleted

c++ visual-c++ unique-ptr

std::unique_ptr twice as big as underlying object

c++ unique-ptr

C++: Is it safe to pass an argument like unique_ptr::get() to function

How to execute member-function-pointer with a smart pointer object?

Error with `std::vector< std::unique_ptr< T > >`

using std::unique_ptr with allocators

c++ unique-ptr allocator

What is going on here? I assign result to result in C++

c++ c++14 unique-ptr

Linker error when using unique_ptr in C++/CLI

Why is there no [] operator for std::shared_ptr? [duplicate]

Construct unordered_map with a value_type of unique_ptr

c++ how to convert already created object to unique_ptr

c++ unique-ptr

Why is unique_ptr operator* not noexcept? [duplicate]

C++ - std::unique_ptr in vector<> is nullptr

c++ polymorphism unique-ptr