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 does std::unique_ptr work when it goes out of scope after the object it owns has been manually deleted?
Sep 11, 2026
c++
c++11
smart-pointers
unique-ptr
Unable to access private member - template and std::unique_ptr
Sep 06, 2026
c++
templates
c++11
unique-ptr
How do I obtain the subset of a unique-ptrs in a vector, which satisfy a predicate?
Sep 03, 2026
c++
c++11
iteration
unique-ptr
predicate
unique_ptr upcast in return
Sep 01, 2026
c++11
polymorphism
unique-ptr
upcasting
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
Older Entries »