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
Pointer to unique_ptr - is this a loophole?
Nov 17, 2022
c++
unique-ptr
Example of memory leak in c++ (by use of exceptions) [duplicate]
Oct 17, 2022
c++
memory-leaks
dynamic-memory-allocation
unique-ptr
How to insert elements into a multidimensional vector of unique pointers?
Jan 18, 2021
c++
c++11
smart-pointers
unique-ptr
How to make a class with a member of unique_ptr work with std::move and std::swap?
Jul 14, 2018
c++
unique-ptr
Possible bug in unique_ptr implementation [duplicate]
Nov 02, 2022
c++
c++11
unique-ptr
Memory managing container design issue - items require inheritance
Aug 31, 2022
c++
memory
c++11
unique-ptr
Why unique_ptr doesn't prevent slicing of custom deleter?
Nov 13, 2022
c++
unique-ptr
object-slicing
heap corruption when leaving scope with unique_ptr
Dec 21, 2017
c++
scope
c++11
unique-ptr
Templated Function that works for iterators over raw pointers as well as iterators over unique_ptrs
Mar 13, 2022
c++
templates
c++11
iterator
unique-ptr
How to insert several unique_ptrs into vector at once
Aug 21, 2022
c++
vector
unique-ptr
Find a pointer T* in std::unordered_set<std::unique_ptr> (C++20)
Sep 14, 2022
c++
unique-ptr
c++20
unordered-set
Why is move necessary with emplace_back in this example?
Nov 05, 2020
c++
vector
move-semantics
unique-ptr
emplace
c++ exception safety in constructor
Oct 14, 2022
c++
exception
c++11
shared-ptr
unique-ptr
Why does shared_ptr signature differ from unique_ptr for arrays?
Apr 23, 2022
c++
memory
c++11
shared-ptr
unique-ptr
Is the contents of a pointer to a unique_ptr's contents valid after the unique_ptr is moved?
Nov 11, 2022
c++
pointers
move-semantics
unique-ptr
Pimpl with unique_ptr : Why do I have to move definition of constructor of interface to ".cpp"?
Mar 18, 2019
c++
unique-ptr
pimpl-idiom
How to use lambda as std::unique_ptr's Deleter?
Jun 18, 2022
c++
c++11
lambda
smart-pointers
unique-ptr
Why does my unique_ptr think is has a null function pointer deleter? [duplicate]
Jul 02, 2022
c++
sdl
unique-ptr
unique_ptr and OpenSSL's STACK_OF(X509)*
Dec 28, 2021
c++
c++11
openssl
smart-pointers
unique-ptr
from unique_ptr<char[]> to unique_ptr<const char[]>
Jun 01, 2022
c++
c++11
constants
unique-ptr
« Newer Entries
Older Entries »