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 placement-new
Can placement new (expression) throw if the constructor of the object is noexcept?
Mar 02, 2022
c++
exception
c++11
placement-new
noexcept
char array as storage for placement new
Feb 01, 2013
c++
pointers
placement-new
Is this hack to remove aliasing warning UB?
Jun 23, 2022
c++
gcc
compiler-warnings
placement-new
strict-aliasing
Is it okay to give a stack object address to placement new?
Jan 31, 2020
c++
stack
new-operator
heap-memory
placement-new
Why there is no std::uninitialized_move_if_noexcept?
Feb 05, 2022
c++
c++17
move
placement-new
noexcept
Why isn't it undefined behaviour to destroy an object that was overwritten by placement new?
Aug 16, 2022
c++
language-lawyer
undefined-behavior
object-lifetime
placement-new
Is it legal to use placement new on initialised memory?
Apr 26, 2022
c++
memory
language-lawyer
placement-new
treating memory returned by operator new(sizeof(T) * N) as an array
Apr 19, 2022
c++
arrays
language-lawyer
placement-new
alignas
Does casting a pointer to "void*" have any effect when placement new is called?
Nov 16, 2022
c++
visual-c++
new-operator
copy-constructor
placement-new
Placement new and assignment of class with const member
Jun 09, 2021
c++
constants
language-lawyer
assignment-operator
placement-new
Can I use placement new(this) in operator=?
Nov 02, 2022
c++
operator-overloading
placement-new
std::launder and strict aliasing rule
Mar 19, 2022
c++
language-lawyer
c++17
strict-aliasing
placement-new
placement new to defer to a different constructor
Sep 30, 2022
c++
placement-new
How C++ placement new works?
Apr 09, 2022
c++
placement-new
Is moving an object into malloc'd memory valid C++?
Aug 25, 2022
c++
malloc
move
placement-new
Which union member becomes active after placement new
Apr 17, 2022
c++
language-lawyer
unions
lifetime
placement-new
assignment of class with const member
Apr 16, 2022
c++
vector
constants
assignment-operator
placement-new
Legality of using operator delete on a pointer obtained from placement new
Oct 22, 2022
c++
language-lawyer
delete-operator
placement-new
placement new + array +alignment
Apr 14, 2018
c++
arrays
memory-management
placement-new
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
« Newer Entries
Older Entries »