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
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
How do I make only a single call to the move-constructor?
Jul 31, 2026
c++
c++11
move-semantics
unique-ptr
Doubly linked list std::unique_ptr class doesn't work as expected on node removal
Jul 31, 2026
c++
templates
c++14
unique-ptr
doubly-linked-list
Smart pointers with functions returning a pointer in an argument
Jul 24, 2026
c++
smart-pointers
unique-ptr
std
standard-library
C++: How to push unique_ptr to deque?
Jul 24, 2026
c++
move-semantics
unique-ptr
Creating unique_ptr Via Functions
Jul 21, 2026
c++
c++11
unique-ptr
How do a get the address of the pointer stored in a unique_ptr?
Jul 22, 2026
c++
pointers
unique-ptr
Older Entries »