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
C++ inserting unique_ptr in map
Aug 17, 2022
c++
pointers
map
stl
unique-ptr
what's the point of std::unique_ptr::get
Aug 26, 2022
c++
c++11
pointers
unique-ptr
Why can't a weak_ptr be constructed from a unique_ptr?
Oct 17, 2022
c++
shared-ptr
smart-pointers
unique-ptr
weak-ptr
Why does unique_ptr take two template parameters when shared_ptr only takes one?
Aug 25, 2022
c++
c++11
std
shared-ptr
unique-ptr
Should I assign or reset a unique_ptr?
Aug 25, 2022
c++
c++11
smart-pointers
unique-ptr
Is unique_ptr guaranteed to store nullptr after move?
Aug 17, 2022
c++
c++11
move-semantics
unique-ptr
Forward declaration with unique_ptr? [duplicate]
Aug 17, 2022
c++
destructor
forward-declaration
unique-ptr
Is auto_ptr deprecated?
Aug 17, 2022
c++
standards
smart-pointers
auto-ptr
unique-ptr
Proper way to create unique_ptr that holds an allocated array
Aug 17, 2022
c++
linux
gcc
c++11
unique-ptr
unique_ptr to a derived class as an argument to a function that takes a unique_ptr to a base class
Aug 17, 2022
c++
visual-studio-2012
c++11
unique-ptr
How to pass std::unique_ptr around?
Aug 17, 2022
c++
c++11
unique-ptr
Does unique_ptr::release() call the destructor?
Oct 04, 2022
c++
unique-ptr
Why can a T* be passed in register, but a unique_ptr<T> cannot?
Aug 17, 2022
c++
assembly
unique-ptr
calling-convention
abi
Why use std::make_unique in C++17?
Aug 16, 2022
c++
c++17
unique-ptr
error::make_unique is not a member of ‘std’
Aug 22, 2018
c++
c++11
compiler-errors
c++14
unique-ptr
Why is shared_ptr<void> legal, while unique_ptr<void> is ill-formed?
Oct 21, 2022
c++
shared-ptr
smart-pointers
unique-ptr
How to declare std::unique_ptr and what is the use of it?
Aug 16, 2022
c++
pointers
std
unique-ptr
Does C++11 unique_ptr and shared_ptr able to convert to each other's type?
Oct 20, 2022
c++
c++11
shared-ptr
unique-ptr
Copy constructor for a class with unique_ptr
Aug 15, 2022
c++
c++11
unique-ptr
How can I pass std::unique_ptr into a function
Sep 29, 2022
c++
c++11
unique-ptr
« Newer Entries
Older Entries »