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
Unit testing, mocking and unique_ptr
May 29, 2022
c++
c++11
mocking
smart-pointers
unique-ptr
std::unique_ptr deleted function, initializer_list - driven allocation
Jan 31, 2020
c++
c++11
unique-ptr
initializer-list
std::unique_ptr and pointer to pointer
Mar 02, 2019
c++
c++11
unique-ptr
vector of unique_ptr deleting?
Oct 15, 2022
c++
segmentation-fault
game-engine
stdvector
unique-ptr
Copy Constructor to transfer ownership of a unique_ptr
Jun 28, 2022
c++
copy-constructor
unique-ptr
ownership
When does std::unique_ptr<A> need a special deleter if A has a destructor?
Nov 01, 2022
c++
destructor
unique-ptr
delete-operator
Add a deep copy ctor to std::unique_ptr<my_type>
Mar 20, 2018
c++
c++11
copy-constructor
deep-copy
unique-ptr
No op delete for unique_ptr
Nov 16, 2022
c++
c++11
unique-ptr
static unique_ptr calls destructor twice
Oct 25, 2022
c++
c++11
singleton
lazy-loading
unique-ptr
Why can't I std::move std::unique_ptrs between std::sets?
Aug 28, 2022
c++
c++11
std
move-semantics
unique-ptr
Why did I get the: "Attempting to reference a deleted function" error after adding a vector with unique pointers to my header file?
Jan 25, 2022
c++
c++11
vector
smart-pointers
unique-ptr
std::unique_ptr compiler error: Members of a derived class cannot access private members of a base class
Sep 21, 2021
c++
c++11
compiler-errors
unique-ptr
Providing an (empty) user-defined destructor causes compilation error
Jul 21, 2019
c++
c++11
compiler-errors
destructor
unique-ptr
Unique pointer in-class initialization
Apr 01, 2021
c++
c++11
unique-ptr
in-class-initialization
What's wrong with this initialization of unique_ptr?
Jun 27, 2022
c++
c++11
initialization
unique-ptr
If I take a raw pointer of a unique_ptr and then use reset, is the raw pointer still guaranteed to be valid?
Nov 18, 2022
c++
unique-ptr
Multiple inheritance and unique_ptr destruction
Sep 13, 2022
c++
c++11
inheritance
vector
unique-ptr
Doing std::move twice with the same unique_ptr
Nov 06, 2022
c++
move
unique-ptr
C++ 11 Smart Pointer usage
Aug 28, 2022
c++
pointers
c++11
smart-pointers
unique-ptr
Is it true that unique_ptr which points to an array will automatically free dynamic memory after calling release()?
Nov 18, 2022
c++
unique-ptr
« Newer Entries
Older Entries »