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 can't unique_ptr infer the type of the deleter?
Oct 16, 2022
c++
c++11
unique-ptr
Getter and setter for unique_ptr object (dependency injection)
May 31, 2021
c++
visual-studio-2012
dependency-injection
getter-setter
unique-ptr
Is it never truly safe to reinterpret_cast input into std::unique_ptr?
Sep 25, 2022
c++
pointers
c++11
unique-ptr
reinterpret-cast
std::list< std::unique_ptr<T> >: passing it around
Mar 24, 2022
c++
c++11
unique-ptr
C++ multiple unique pointers from same raw pointer
Sep 23, 2022
c++
c++11
pointers
unique-ptr
How to debug C++11 code with unique_ptr in DDD (or gdb)?
Sep 24, 2019
c++
c++11
gdb
unique-ptr
ddd-debugger
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
« Newer Entries
Older Entries »