Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Unique Ptr
Why is unique_ptr::release not defined with [[nodiscard]]?
Apr 17, 2021
Unique pointer - Why is the destructor called 3 times
Apr 17, 2021
Returning a unique void pointer from a function
Apr 17, 2021
Doing std::move twice with the same unique_ptr
Apr 17, 2021
Is it true that unique_ptr which points to an array will automatically free dynamic memory after calling release()?
Apr 17, 2021
What does it mean to have sole ownership of object for unique_ptr?
Apr 17, 2021
How to execute member-function-pointer with a smart pointer object?
Apr 17, 2021
Why can a T* be passed in register, but a unique_ptr<T> cannot?
Apr 17, 2021
Why does unique_ptr<Derived> implicitly cast to unique_ptr<Base>?
Apr 17, 2021
Why does operator* of rvalue unique_ptr return an lvalue?
Apr 17, 2021
Older Entries »