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
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
Does unique_ptr swap copy contents?
May 11, 2026
c++
swap
unique-ptr
move from unique_ptr to stack variable
May 10, 2026
c++
unique-ptr
move-semantics
Can a std::unique_ptr be reassigned such that its old value is destroyed *before* the new one is constructed?
May 07, 2026
c++
destructor
smart-pointers
unique-ptr
What is the right way to pass an array of unique_ptrs?
May 06, 2026
c++
c++11
unique-ptr
How do I construct an object that has a unique_ptr member?
May 03, 2026
c++
inheritance
unique-ptr
Correct way to claim ownership of existing raw pointer
May 01, 2026
c++
pointers
c++11
constants
unique-ptr
Return value optimization not working for const unique_ptr member?
Apr 24, 2026
c++
copy-constructor
unique-ptr
Confirmation of thread safety with std::unique_ptr/std::shared_ptr
Apr 24, 2026
c++11
thread-safety
shared-ptr
unique-ptr
How to allocate for later placement new "as if by new"
Apr 23, 2026
c++
dynamic-memory-allocation
unique-ptr
Payload data with aligned unique_ptr
Apr 20, 2026
c++
unique-ptr
c++20
c++ typeid returns different values for the same unique_ptr with get() and *
Apr 15, 2026
c++
inheritance
unique-ptr
rtti
typeid
Older Entries »