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
What is the scope of a unique_ptr returned from a function?
Nov 02, 2022
c++
unique-ptr
Using unique_ptr to control a file descriptor
Jan 03, 2020
c++
c++11
smart-pointers
unique-ptr
gcc4.7
Does passing a `unique_ptr` by value have a performance penalty compared to a plain pointer?
Sep 11, 2019
c++
unique-ptr
overhead
Aligned dynamic array and smart pointer
Sep 26, 2019
c++
c++11
unique-ptr
memory-alignment
Does std::bind work with move-only types in general, and std::unique_ptr in particular?
Oct 15, 2022
c++
c++11
bind
unique-ptr
Temporary read-only copy of unique_ptr
Oct 19, 2019
c++
c++11
shared-ptr
stdvector
unique-ptr
std::make_unique<T> vs reset(new T)
Sep 17, 2022
c++
c++11
memory-leaks
smart-pointers
unique-ptr
c++ unique_ptr argument passing
Oct 16, 2022
c++
c++11
unique-ptr
rvalue-reference
Is it true that a unique_ptr declaration, unlike a auto_ptr declaration, is well-defined when its template type is of an incomplete type?
Mar 09, 2022
c++
c++11
language-lawyer
unique-ptr
auto-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
« Newer Entries
Older Entries »