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
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
How to pass const pointer to const object using unique_ptr
Sep 04, 2022
c++
c++11
unique-ptr
Storing a unique_ptr with custom deleter in a map
Sep 04, 2022
c++
unique-ptr
make_unique with brace initialization
Sep 04, 2022
c++
initialization
c++14
unique-ptr
c++-standard-library
How can unique_ptr have no overhead if it needs to store the deleter?
Sep 07, 2022
c++
c++11
smart-pointers
unique-ptr
c++-standard-library
Can a unique_ptr take a nullptr value?
Aug 10, 2022
c++
c++11
pointers
unique-ptr
nullptr
Why is unique_ptr<T>(T*) explicit?
Aug 24, 2022
c++
pointers
c++11
type-conversion
unique-ptr
Proper way of transferring ownership of a std::vector< std::unique_ptr< int> > to a class being constructed
Aug 26, 2022
c++
c++11
stdvector
unique-ptr
ownership
Does the standard behavior for deleters differ between shared_ptr and unique_ptr in the case of null pointers?
Sep 03, 2022
c++
c++11
shared-ptr
unique-ptr
nullptr
Calling initializer_list constructor via make_unique/make_shared
Oct 30, 2018
c++
unique-ptr
c++14
initializer-list
Initializing a std::unique_ptr by passing the address of the pointer
Sep 02, 2022
c++
c++11
unique-ptr
Performance of resizing std::vector<std::unique_ptr<T>>
Sep 02, 2022
c++
c++11
vector
compiler-optimization
unique-ptr
Using a std::unordered_set of std::unique_ptr
Sep 02, 2022
c++
c++11
stl
unique-ptr
unordered-set
How to make std::make_unique a friend of my class
Oct 29, 2022
c++
templates
c++14
unique-ptr
friend-function
How to implement make_unique function in C++11? [duplicate]
Sep 01, 2022
c++
c++11
unique-ptr
c++14
unique_ptr<T> lambda custom deleter for array specialization [duplicate]
Sep 14, 2022
c++
lambda
c++11
smart-pointers
unique-ptr
When moving a unique_ptr into a lambda, why is it not possible to call reset?
Sep 01, 2022
c++
c++11
lambda
unique-ptr
capture-list
« Newer Entries
Older Entries »