Newbetuts
.
New posts in unique-ptr
Alternatives of static_pointer_cast for unique_ptr
c++
c++11
casting
shared-ptr
unique-ptr
"Downcasting" unique_ptr<Base> to unique_ptr<Derived>
c++
c++11
smart-pointers
factory-pattern
unique-ptr
How can I use Unique_ptrs with an class object having std::function as argument in the constructor
c++
unique-ptr
Calling initializer_list constructor via make_unique/make_shared
c++
unique-ptr
c++14
initializer-list
Exception safety and make_unique
c++
c++11
unique-ptr
exception-safety
Iterating through vector<unique_ptr<mytype>> using C++11 for() loops
c++
c++11
vector
unique-ptr
How do I use unique_ptr for pimpl?
c++
c++11
pimpl-idiom
unique-ptr
C++ inserting unique_ptr in map
c++
pointers
map
stl
unique-ptr
So can unique_ptr be used safely in stl collections?
c++
c++11
auto-ptr
unique-ptr
what's the point of std::unique_ptr::get
c++
c++11
pointers
unique-ptr
Why can't a weak_ptr be constructed from a unique_ptr?
c++
shared-ptr
smart-pointers
unique-ptr
weak-ptr
Why does unique_ptr take two template parameters when shared_ptr only takes one?
c++
c++11
std
shared-ptr
unique-ptr
Should I assign or reset a unique_ptr?
c++11
smart-pointers
unique-ptr
c++
Is unique_ptr guaranteed to store nullptr after move?
c++
c++11
move-semantics
unique-ptr
How does the custom deleter of std::unique_ptr work?
c++
c++11
unique-ptr
delete-operator
Is auto_ptr deprecated?
c++
standards
smart-pointers
auto-ptr
unique-ptr
Forward declaration with unique_ptr? [duplicate]
c++
destructor
forward-declaration
unique-ptr
Proper way to create unique_ptr that holds an allocated array
c++
linux
gcc
c++11
unique-ptr
unique_ptr to a derived class as an argument to a function that takes a unique_ptr to a base class
c++
visual-studio-2012
c++11
unique-ptr
How to pass std::unique_ptr around?
c++
c++11
unique-ptr
Prev
Next