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
Multiple instances holds a reference to a unique_ptr
Jun 19, 2026
c++
smart-pointers
unique-ptr
Can I rebind the deleter type for unique_ptr?
Jun 16, 2026
c++
c++11
stl
unique-ptr
Does std::move invalidate a raw pointer obtained from unique_ptr::get()?
Jun 16, 2026
c++
unique-ptr
C++11 container of unique_ptr of forward declared class
Jun 14, 2026
c++
c++11
unique-ptr
forward-declaration
Copying an object with a polymorphic member in C++
Jun 08, 2026
c++
polymorphism
unique-ptr
copying
Validness of unique_ptr passed as a rvalue reference to a function (inheritance)
Jun 08, 2026
c++
inheritance
unique-ptr
Why g++ compiler is not able to find unique_ptr?
Jun 06, 2026
c++
unique-ptr
unique_ptr swap doesn't work
Jun 05, 2026
c++
c++11
swap
unique-ptr
Why do unique_ptr have two functions reset and operator= that do similar things but not overload?
Jun 05, 2026
c++
c++11
c++14
smart-pointers
unique-ptr
Can you initialize an STL container with unique_ptr from an initializer list?
Jun 03, 2026
c++11
stl
unique-ptr
incomplete types with shared_ptr and unique_ptr
May 25, 2026
c++
c++11
shared-ptr
unique-ptr
Initializing Unique Pointers as a Class Member
May 25, 2026
c++
smart-pointers
unique-ptr
When should we use a custom deleter instead of the default deleter in a unique_ptr?
May 24, 2026
c++
oop
smart-pointers
unique-ptr
How does the std::unique_ptr&& function argument work? [duplicate]
May 22, 2026
c++
pointers
memory
unique-ptr
ownership
Clang and gcc getting stuck over overloaded template function
May 20, 2026
c++
templates
inheritance
overloading
unique-ptr
Dereference wrapper for vector of unique_ptr?
May 23, 2026
c++11
vector
iterator
wrapper
unique-ptr
Why does the insertion of user defined destructor require an user defined copy constructor
May 20, 2026
c++
c++11
destructor
copy-constructor
unique-ptr
Trouble move-capturing std::unique_ptr in a lambda using std::bind
May 16, 2026
c++
c++11
lambda
unique-ptr
Does Hinnant's unique_ptr implementation incorrectly fail to convert derived-to-base in this case?
May 15, 2026
c++
unique-ptr
Older Entries »