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
How to implement a destructor for an n-ary graph node that won't cause a stack overflow?
Jan 03, 2026
c++
stack-overflow
destructor
unique-ptr
Is it safe to use unique_ptr in an Exception class
Dec 20, 2025
c++
exception
smart-pointers
unique-ptr
Return value of a find function searching through a vector of unique_ptr's
Dec 22, 2025
c++
c++11
vector
iterator
unique-ptr
Why does = default member initializer request instantiation of unique_ptr destructor while {} does not?
Dec 19, 2025
c++
language-lawyer
unique-ptr
pimpl-idiom
template-instantiation
Did the rules for nullptr init of unique_ptr change in C++23?
Dec 21, 2025
c++
visual-c++
language-lawyer
unique-ptr
c++23
Typedef of unique_ptr List
Dec 19, 2025
c++
list
unique-ptr
moving unique_ptr in c++
Dec 15, 2025
c++
unique-ptr
Copy std::map of std::unique_ptr with polymorphic content
Dec 09, 2025
c++
copy
c++14
unique-ptr
std::move on object pointed to by a unique_ptr
Dec 10, 2025
c++
c++11
unique-ptr
does auto deduce that a type is a pointer?
Dec 09, 2025
c++
unique-ptr
auto
unique pointer memory leak
Dec 06, 2025
c++
c++11
visual-c++
new-operator
unique-ptr
'&' requires l-value on &std::unique_ptr<>.get
Dec 04, 2025
c++
unique-ptr
lvalue
design headache with unique_ptr
Dec 04, 2025
c++
c++11
factory
unique-ptr
unique_ptr ownership error when return unique_ptr from function [duplicate]
Dec 03, 2025
c++
unique-ptr
Why don't I get destructors called when using unique_ptr? [duplicate]
Dec 02, 2025
c++
smart-pointers
unique-ptr
Why using unique_ptr with arrays causes compilation error?
Dec 01, 2025
c++
arrays
unique-ptr
make_unique cannot access private constructor in static member
Nov 30, 2025
c++
unique-ptr
Default vector constructor with a unique_ptr and thread
Nov 23, 2025
c++
multithreading
c++14
unique-ptr
why const_cast is not allowed for unique_ptr?
Nov 19, 2025
c++
c++11
casting
constants
unique-ptr
Older Entries »