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
Memory leak despite destructor call using static unique_ptr
Mar 24, 2023
c++
memory-leaks
static
unique-ptr
C++ Pimpl Idiom Incomplete Type using std::unique_ptr
Mar 19, 2023
c++
c++11
unique-ptr
pimpl-idiom
incomplete-type
Can't assign iterator with no viable overloaded '=' error
Mar 19, 2023
c++
stl
unique-ptr
Assign derived class unique_ptr to base class unique_ptr
Mar 13, 2023
c++
oop
c++11
unique-ptr
Compilation error when trying to find_if an unique_ptr in a vector
Mar 13, 2023
c++
gcc
unique-ptr
Recommended way to make std::unique_ptr of array type without value initialization?
Mar 09, 2023
c++
memory-management
smart-pointers
unique-ptr
Why is the memory created via unique_ptr not being deleted properly when reset() is called?
Mar 08, 2023
c++
memory
unique-ptr
How to return the std::unique_ptr containing custom deleter in C++11?
Mar 06, 2023
c++
c++11
lambda
unique-ptr
return-type
How to return a class instance on the heap, when the relevant ctor is private?
Mar 04, 2023
c++
heap-memory
unique-ptr
private-constructor
named-constructor
Expanded life-span of variables through std::unique_ptr
Feb 16, 2023
c++
unique-ptr
How do you add Derived objects to a vector of unique_ptr
Feb 15, 2023
c++
pointers
vector
unique-ptr
Moving a vector of unique_ptr<T> [duplicate]
Feb 11, 2023
c++
c++11
vector
move-semantics
unique-ptr
Error on MSVC when trying to declare std::make_unique as friend of my templated class
Feb 10, 2023
c++
c++14
unique-ptr
friend-function
msvc12
Constant character pointer using unique_ptr
Jan 30, 2023
c++
unique-ptr
c-strings
char-pointer
const-char
std::unique_ptr test before taking ownership
Jan 30, 2023
c++
move-semantics
unique-ptr
Do strings make a copy of the data in it's constructor
Jan 28, 2023
c++
string
unique-ptr
Why is unique_ptr<T> not constructible from T*?
Jan 26, 2023
c++
unique-ptr
Are here any benefits from using std::unique_ptr?
Jan 27, 2023
c++
exception
unique-ptr
What are the benefits and risks, if any, of using std::move with std::shared_ptr
Jan 12, 2023
c++
c++11
shared-ptr
move-semantics
unique-ptr
Iterating over dereferenced unique_ptr, that contains vector, in for range loop
Feb 05, 2023
c++
c++11
for-loop
vector
unique-ptr
Older Entries »