Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unique-ptr

unique pointer memory leak

'&' requires l-value on &std::unique_ptr<>.get

c++ unique-ptr lvalue

design headache with unique_ptr

c++ c++11 factory unique-ptr

unique_ptr ownership error when return unique_ptr from function [duplicate]

c++ unique-ptr

Why don't I get destructors called when using unique_ptr? [duplicate]

Why using unique_ptr with arrays causes compilation error?

c++ arrays unique-ptr

make_unique cannot access private constructor in static member

c++ unique-ptr

Default vector constructor with a unique_ptr and thread

why const_cast is not allowed for unique_ptr?

Unique pointer error while object construction in C++

c++ unique-ptr

about the type of raw pointer inside unique_ptr

c++ c++11 unique-ptr

Do I need to explicitly initialize a std::unique_ptr in the constructor?

c++ constructor unique-ptr

Custom views of smart pointer objects in visual studio?

Understanding the unique_ptr's constructor which takes a custom deleter

why should we use std::move semantic with unique pointers?

How to create a unique_ptr to a value passed by base class reference?

Best way to store std::vector of derived class in a host parent class

Limit variable template to a list of types

Efficiently erase a unique_ptr from an unordered_set