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
unique_ptr: what is the effect of calling reset before assignment
Oct 24, 2025
c++
c++14
reset
unique-ptr
Question on unique_ptr behavior w.r.t particular usage of std::move
Oct 22, 2025
c++
c++11
unique-ptr
move-semantics
Filling of vector with unique_pointers
Oct 23, 2025
c++
vector
initialization
unique-ptr
push-back
Factory pattern using unique_ptr in c++
Oct 22, 2025
c++
this
factory
smart-pointers
unique-ptr
Passing a static operator() as deleter type
Oct 16, 2025
c++
unique-ptr
c++23
function-call-operator
C++ Assignment operator for class that contains a unique pointer member variable
Oct 18, 2025
c++
unique-ptr
assignment-operator
Why std::make_unique calls copy constructor
Sep 20, 2025
c++
smart-pointers
unique-ptr
deep-copy
Initialize pointer(new uint8_t[height * width*3]) in one line
Sep 22, 2025
c++
pointers
unique-ptr
C++ stack with unique_ptr
Sep 20, 2025
c++
unique-ptr
What do I Need to Return an Object with a unique_ptr Member?
Sep 18, 2025
c++
return
copy-constructor
unique-ptr
virtual-destructor
Smart pointers for graph representation (vertex neighbors) in C++11
Sep 18, 2025
c++11
graph
shared-ptr
unique-ptr
adjacency-list
Why cant I swap a unique_ptr with a unique_ptr returned by a function?
Sep 16, 2025
c++
visual-studio-2012
unique-ptr
Can I throw a unique_ptr?
Sep 16, 2025
c++
exception
stl
unique-ptr
C++ map brace initialization and unique ptr
Sep 15, 2025
c++
dictionary
c++14
std
unique-ptr
Moving a unique pointer - undefined behavior on cppreference?
Sep 15, 2025
c++
language-lawyer
unique-ptr
move-semantics
unique_ptr inside a variant. Is it safe to use?
Sep 15, 2025
c++
unique-ptr
variant
Convenient type-inferring way to reassign `unique_ptr` value with new object
Sep 13, 2025
c++
c++14
unique-ptr
Why does default move constructor need default-deleter of class used in unique_ptr?
Sep 07, 2025
c++
visual-studio-2015
unique-ptr
move-constructor
passing unique_ptr to a function by reference
Sep 08, 2025
c++
smart-pointers
unique-ptr
How to cast vector of unique_ptr in a more generic way
Sep 05, 2025
c++
vector
polymorphism
unique-ptr
« Newer Entries
Older Entries »