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
What to use std::optional or std::unique_ptr
Nov 05, 2022
c++
optional
unique-ptr
option-type
Why does std::unique_ptr not permit type inference?
Sep 16, 2022
c++
c++11
unique-ptr
Can std::make_unique be used with abstract interface?
Aug 03, 2022
c++
std
unique-ptr
Double (two-dimensional) array using std::unique_ptr
Nov 13, 2022
c++
c++11
unique-ptr
Pointing to the content of std::unique_ptr
Sep 16, 2022
c++
c++11
unique-ptr
raw-pointer
To support move semantics, should function parameters be taken by unique_ptr, by value, or by rvalue?
Feb 21, 2022
c++
c++11
vector
move
unique-ptr
Move ownership from std::shared_ptr to std::unique_ptr
Sep 15, 2022
c++
shared-ptr
smart-pointers
unique-ptr
How to properly return a collection of unique_ptr
Aug 22, 2022
c++
c++11
vector
unique-ptr
Why is there no safe alternative to unique_ptr::operator*()?
Aug 20, 2022
c++
c++11
unique-ptr
dereference
dangling-pointer
Exception safety and make_unique
Nov 19, 2022
c++
c++11
unique-ptr
exception-safety
Dereferencing a temporary unique_ptr
Sep 14, 2022
c++
c++11
unique-ptr
std::unique_ptr with custom deleter for win32 LocalFree
Aug 02, 2022
c++
winapi
memory-management
c++11
unique-ptr
Using a union with unique_ptr
Aug 30, 2022
c++
c++11
struct
unions
unique-ptr
Why unique-ptr doesn't check base class to virtual destructible?
Feb 16, 2022
c++
c++11
polymorphism
unique-ptr
Non-Movable C++17 Unique Pointer
Sep 12, 2022
c++
c++11
c++17
unique-ptr
unique_ptr<int[]> or vector<int>?
Sep 12, 2022
c++
vector
unique-ptr
stl container with std::unique_ptr's vs boost::ptr_container
Sep 12, 2022
c++
stl
c++11
unique-ptr
boost-ptr-container
Pimpl - Why can make_unique be called on an incomplete type
Sep 13, 2022
c++
templates
language-lawyer
unique-ptr
pimpl-idiom
Move a unique_ptr with custom deleter to a shared_ptr
Mar 15, 2022
c++
c++11
shared-ptr
c++14
unique-ptr
Should I use shared_ptr or unique_ptr? [duplicate]
Aug 26, 2022
c++
c++11
shared-ptr
smart-pointers
unique-ptr
« Newer Entries
Older Entries »