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 explicit-destructor-call
is it required to call a non-trivial destructor when it is a noop?
Sep 20, 2022
c++
memory-management
language-lawyer
lifetime
explicit-destructor-call
Is it safe to use placement new on 'this' pointer
Sep 28, 2022
c++
raii
placement-new
explicit-destructor-call
Is reduction of `constexpr` object lifetime legal in C++?
Mar 23, 2022
c++
language-lawyer
constexpr
explicit-destructor-call
Can I call a virtual destructor using a function pointer?
Nov 04, 2022
c++
explicit-destructor-call
Do we need to explicitly call the destructor for the "simple POD classes" allocated with "placement new"?
Oct 18, 2022
c++
destructor
placement-new
explicit-destructor-call
Is it legal to call member functions after an object has been explicitly destroyed but before its memory was deallocated?
Oct 03, 2022
c++
destructor
language-lawyer
object-lifetime
explicit-destructor-call
Why can't constructors be explicitly called while destructors can?
Sep 11, 2022
c++
constructor
destructor
placement-new
explicit-destructor-call
why is the destructor call after the std::move necessary?
Aug 30, 2022
c++
memory-management
c++11
move-semantics
explicit-destructor-call