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
Searching a set of unique pointers
Mar 19, 2022
c++
c++11
set
unique-ptr
Is value returned by std::unique_ptr::get valid after moving unique_ptr?
Jan 12, 2020
c++11
move
unique-ptr
unique_ptr's assignment operator copies a deleter stored by a reference. Is it a feature or a bug?
Aug 29, 2022
c++
c++11
smart-pointers
unique-ptr
Why exceptions from unique_ptr destructor terminates the program?
Nov 21, 2017
c++
c++11
unique-ptr
shared_ptr strangeness with null values and custom deleter
Sep 23, 2019
c++
shared-ptr
unique-ptr
clang error with std::unique_ptr
Feb 13, 2022
c++
clang
c++14
unique-ptr
How to declare a vector of unique_ptr's as class data member?
Nov 15, 2022
c++
visual-studio-2010
vector
unique-ptr
Should I use unique_ptr or shared_ptr in this case?
Nov 08, 2022
c++
shared-ptr
unique-ptr
Unique copy of vector<unique_ptr>
May 22, 2019
c++
vector
copy
unique-ptr
Returning a unique void pointer from a function
Aug 30, 2022
c++
c
unique-ptr
Why is std::unique_ptr reset not the same as assignment?
Aug 22, 2022
c++
c++11
initialization
variable-assignment
unique-ptr
What is the scope of a unique_ptr returned from a function?
Nov 02, 2022
c++
unique-ptr
Using unique_ptr to control a file descriptor
Jan 03, 2020
c++
c++11
smart-pointers
unique-ptr
gcc4.7
Does passing a `unique_ptr` by value have a performance penalty compared to a plain pointer?
Sep 11, 2019
c++
unique-ptr
overhead
Aligned dynamic array and smart pointer
Sep 26, 2019
c++
c++11
unique-ptr
memory-alignment
Does std::bind work with move-only types in general, and std::unique_ptr in particular?
Oct 15, 2022
c++
c++11
bind
unique-ptr
Temporary read-only copy of unique_ptr
Oct 19, 2019
c++
c++11
shared-ptr
stdvector
unique-ptr
std::make_unique<T> vs reset(new T)
Sep 17, 2022
c++
c++11
memory-leaks
smart-pointers
unique-ptr
c++ unique_ptr argument passing
Oct 16, 2022
c++
c++11
unique-ptr
rvalue-reference
Is it true that a unique_ptr declaration, unlike a auto_ptr declaration, is well-defined when its template type is of an incomplete type?
Mar 09, 2022
c++
c++11
language-lawyer
unique-ptr
auto-ptr
« Newer Entries
Older Entries »