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
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
Dereference operator for unique_ptr does not work in Eclipse
Sep 15, 2022
c++
eclipse
c++11
eclipse-cdt
unique-ptr
Why is static downcasting unique_ptr unsafe?
Oct 18, 2021
c++
unique-ptr
C++ fatal error C1001: An internal error has occurred in the compiler
Jun 01, 2019
c++
unique-ptr
c1001
The move function in unique_ptr C++03 emulation
Feb 02, 2013
c++
move-semantics
unique-ptr
c++03
Validity of pointer returned by operator->
Mar 13, 2021
c++
iterator
containers
unique-ptr
Under which circumstances might std::unique_ptr::operator[] throw?
Jan 03, 2017
c++
c++11
language-lawyer
unique-ptr
noexcept
unique_ptr: linked list entry deletion
Nov 07, 2022
c++
linked-list
undefined-behavior
unique-ptr
Ridiculously slow unique_ptr dtor call when debugger is attached (msvc)
Apr 11, 2021
c++
debugging
visual-c++
unique-ptr
« Newer Entries
Older Entries »