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
Understanding the unique_ptr's constructor which takes a custom deleter
Nov 01, 2025
c++
templates
c++17
unique-ptr
type-deduction
why should we use std::move semantic with unique pointers?
Oct 31, 2025
c++
c++11
c++14
smart-pointers
unique-ptr
How to create a unique_ptr to a value passed by base class reference?
Oct 30, 2025
c++
copy
pass-by-reference
c++20
unique-ptr
Best way to store std::vector of derived class in a host parent class
Oct 29, 2025
c++
shared-ptr
smart-pointers
unique-ptr
derived-class
Limit variable template to a list of types
Oct 29, 2025
c++
templates
gstreamer
unique-ptr
Efficiently erase a unique_ptr from an unordered_set
Oct 24, 2025
c++
c++14
unique-ptr
unordered-set
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
Older Entries »