Newbetuts
.
New posts in unique-ptr
Does unique_ptr::release() call the destructor?
c++
unique-ptr
Why can a T* be passed in register, but a unique_ptr<T> cannot?
c++
assembly
unique-ptr
calling-convention
abi
Why use std::make_unique in C++17?
c++
c++17
unique-ptr
error::make_unique is not a member of ‘std’
c++
c++11
compiler-errors
c++14
unique-ptr
Why is shared_ptr<void> legal, while unique_ptr<void> is ill-formed?
c++
shared-ptr
smart-pointers
unique-ptr
How to declare std::unique_ptr and what is the use of it?
c++
pointers
std
unique-ptr
Does C++11 unique_ptr and shared_ptr able to convert to each other's type?
c++
c++11
shared-ptr
unique-ptr
How can I pass std::unique_ptr into a function
c++
c++11
unique-ptr
Copy constructor for a class with unique_ptr
c++
c++11
unique-ptr
Advantages of using std::make_unique over new operator [duplicate]
c++
c++14
unique-ptr
Passing around reference of structure is invalidated
c++
unique-ptr
unordered-map
How to capture a unique_ptr into a lambda expression?
c++
lambda
c++11
unique-ptr
Using smart pointers for class members
c++
c++11
shared-ptr
smart-pointers
unique-ptr
How do I use a custom deleter with a std::unique_ptr member?
c++
c++11
move-semantics
unique-ptr
std::auto_ptr to std::unique_ptr
c++
c++11
smart-pointers
auto-ptr
unique-ptr
Differences between std::make_unique and std::unique_ptr with new
c++
c++11
c++14
smart-pointers
unique-ptr
std::unique_ptr with an incomplete type won't compile
c++
unique-ptr
incomplete-type
libc++
Is there any use for unique_ptr with array?
c++
c++11
smart-pointers
unique-ptr
Differences between unique_ptr and shared_ptr [duplicate]
c++
pointers
c++11
shared-ptr
unique-ptr
make_unique and perfect forwarding
c++
c++11
variadic-templates
unique-ptr
perfect-forwarding
Prev
Next