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
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
Advantages of using std::make_unique over new operator [duplicate]
Aug 27, 2022
c++
c++14
unique-ptr
How do I use a custom deleter with a std::unique_ptr member?
Aug 15, 2022
c++
c++11
move-semantics
unique-ptr
Differences between std::make_unique and std::unique_ptr with new
Aug 15, 2022
c++
c++11
c++14
smart-pointers
unique-ptr
Using smart pointers for class members
Aug 15, 2022
c++
c++11
shared-ptr
smart-pointers
unique-ptr
std::auto_ptr to std::unique_ptr
Dec 14, 2021
c++
c++11
smart-pointers
auto-ptr
unique-ptr
make_unique and perfect forwarding
Dec 14, 2021
c++
c++11
variadic-templates
unique-ptr
perfect-forwarding
std::unique_ptr with an incomplete type won't compile
Dec 14, 2021
c++
unique-ptr
incomplete-type
libc++
Why can I not push_back a unique_ptr into a vector?
Aug 30, 2022
c++
stl
c++11
smart-pointers
unique-ptr
Is std::unique_ptr<T> required to know the full definition of T?
Aug 14, 2022
c++
visual-studio-2010
c++11
stl
unique-ptr
Is there any use for unique_ptr with array?
Aug 14, 2022
c++
c++11
smart-pointers
unique-ptr
Differences between unique_ptr and shared_ptr [duplicate]
Sep 03, 2022
c++
pointers
c++11
shared-ptr
unique-ptr
Returning unique_ptr from functions
Aug 13, 2022
c++
c++11
unique-ptr
How do I pass a unique_ptr argument to a constructor or a function?
Nov 09, 2022
c++
arguments
c++11
unique-ptr
« Newer Entries