Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in unique-ptr
Printing unique_ptr to cout
Mar 12, 2022
c++
c++11
iostream
smart-pointers
unique-ptr
What's the reasoning behind std::unique_ptr<T>'s constructor from T* being explicit?
Oct 14, 2022
c++
c++11
unique-ptr
explicit-constructor
std::unique_ptr<T[]> with an array of derived objects, use of deleted function
Apr 01, 2022
c++
arrays
c++11
polymorphism
unique-ptr
Take ownership of parameter by rvalue-reference
Sep 01, 2022
c++
c++11
unique-ptr
rvalue-reference
Is unique_ptr<Derived> to unique_ptr<Base> up-casting automatic?
Apr 03, 2018
c++11
polymorphism
c++14
unique-ptr
Should `unique_ptr< T const [] >` accept a `T*` constructor argument?
Sep 10, 2022
c++
c++11
standards
unique-ptr
Why does operator* of rvalue unique_ptr return an lvalue?
Oct 10, 2022
c++
c++11
undefined-behavior
unique-ptr
rvalue-reference
std::unique_ptr<T[]> API prohibits derived-to-base pointer conversions
Jun 05, 2021
c++
c++11
shared-ptr
unique-ptr
strange error: use of deleted function 'std::unique_ptr<_Tp, _Dp>::unique_ptr when no pointers really created
Oct 14, 2021
c++
c++11
compiler-errors
c++14
unique-ptr
How to assign a value of a string to a std::unique_ptr<std::string>?
Jun 09, 2019
c++
string
unique-ptr
Memory leak despite using unique_ptr
Sep 22, 2022
c++
memory-leaks
unique-ptr
Smart pointers with SDL
Oct 26, 2016
c++
c++11
sdl
sdl-2
unique-ptr
Strange behaviour for unique_pointer in Visual Studio 2010
Sep 22, 2022
c++
visual-studio-2010
visual-c++
c++11
unique-ptr
Why doesn't make_unique work with unique_ptr::reset?
Oct 14, 2022
c++
c++11
unique-ptr
c++14
Friend function is unable to construct a unique pointer of the class
Nov 13, 2022
c++
c++11
friend
unique-ptr
c++11 - Ownership and getters
Sep 19, 2017
c++
c++11
shared-ptr
unique-ptr
ownership
Custom allocators as alternatives to vector of smart pointers?
Sep 15, 2022
c++
c++11
shared-ptr
unique-ptr
allocator
Can't assign empty initializer to vector of unique_ptrs
Mar 03, 2022
c++
c++11
vector
unique-ptr
unordered-map
initialize a member unique_ptr to empty
Sep 20, 2022
c++11
unique-ptr
what are the differences between std::move and unique_ptr::reset?
Sep 20, 2022
c++
c++11
unique-ptr
« Newer Entries
Older Entries »