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
Is `new (this) MyClass();` undefined behaviour after directly calling the destructor?
May 09, 2018
c++
this
undefined-behavior
placement-new
Using placement new in generic programming
Oct 23, 2022
c++
language-lawyer
generic-programming
placement-new
c++-faq
Is new (this) ThisClass() a bad idea?
Mar 10, 2022
c++
placement-new
Placement new breaks consts and references?
Oct 28, 2022
c++
reference
constants
c++11
placement-new
What is the <- symbol in Rust?
Aug 29, 2022
syntax
rust
operators
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
« Newer Entries
Older Entries »