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
Does memory get freed when reassigning std::unique_ptr?
Aug 30, 2026
c++
memory
memory-leaks
smart-pointers
unique-ptr
C++ : Handle thread-local object destruction
Aug 30, 2026
c++
c++14
unique-ptr
thread-local
Is it possible to use SDL2 with smart pointers?
Aug 29, 2026
c++
sdl
smart-pointers
sdl-2
unique-ptr
Using std::make_unique with custom deleter on a derived class? [duplicate]
Aug 29, 2026
c++
c++14
unique-ptr
requires expression gives compilation error instead of false for std::unique_ptr<void> in C++20
Aug 28, 2026
c++
c++20
unique-ptr
requires-expression
Can I abstract away specific details about templated classes?
Aug 28, 2026
c++
templates
c++11
factory
unique-ptr
How to create a unique_ptr while guarding against implicit conversion in ctor?
Aug 26, 2026
c++
implicit-conversion
unique-ptr
Why passing a std::make_pair to a map::insert is not working? [duplicate]
Aug 21, 2026
c++
pointers
vector
reference
unique-ptr
how to make copy of unique_ptr wih custom deleter
Aug 19, 2026
c++
c++11
lambda
unique-ptr
C++ std::unique_ptr but non movable?
Aug 19, 2026
c++
c++11
unique-ptr
thread safety of find() from a STL container of std::unique_ptr
Aug 16, 2026
c++
c++11
stl
unique-ptr
Why can't std::unique_ptr be returned after structured binding without using std::move?
Aug 16, 2026
c++
std
unique-ptr
structured-bindings
_mm_free as deleter for unique_ptr
Aug 15, 2026
c++11
compiler-errors
sse
unique-ptr
Shared_ptr and unique_ptr with exception
Aug 11, 2026
c++
exception
shared-ptr
unique-ptr
Why does a function taking a std::unique_ptr by value not call the destructor in gcc/clang? [duplicate]
Aug 06, 2026
c++
assembly
language-lawyer
unique-ptr
traversing memory owned by a unique_ptr gives segfault
Aug 06, 2026
c++
unique-ptr
unique_ptr<Expression>::Operator '=' is inaccessible
Aug 06, 2026
c++
c++11
operators
std
unique-ptr
Const correctness of operator* in std::unique_ptr
Aug 05, 2026
c++
unique-ptr
const-correctness
Transforming a vector<std::unique_ptr<A>> to vector<A>
Aug 03, 2026
c++
vector
std
unique-ptr
Older Entries »