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
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
Should std::unique_ptr<void> be permitted
Sep 14, 2022
c++
visual-studio-2010
gcc
c++11
unique-ptr
std::unique_ptr, deleters and the Win32 API
Aug 18, 2022
c++
winapi
c++11
unique-ptr
push_back or emplace_back with std::make_unique
Sep 05, 2022
c++
c++11
stdvector
c++14
unique-ptr
Deleter type in unique_ptr vs. shared_ptr [duplicate]
Sep 05, 2022
c++
c++11
shared-ptr
unique-ptr
Why is `make_unique<T[N]>` disallowed?
Sep 05, 2022
c++
language-lawyer
unique-ptr
c++14
« Newer Entries
Older Entries »