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
C++ - overload operator new and provide additional arguments
Feb 27, 2021
c++
memory-management
operator-overloading
placement-new
Placement new and inheritance
Oct 16, 2022
c++
inheritance
c++11
placement-new
upcasting
invoking copy constructor inside other constructor
Jun 04, 2019
c++
placement-new
Is modifying the internal bytes of a const object undefined behavior in case it contains another object constructed by placement new?
Mar 02, 2022
c++
standards
undefined-behavior
placement-new
At what point does the lifetime of a trivial type created by placement-new start?
Nov 01, 2022
c++
language-lawyer
object-lifetime
placement-new
object-model
Is it OK to discard placement new return value when initializing objects
Oct 21, 2022
c++
initialization
compiler-optimization
placement-new
operator new(n) versus new unsigned char[n] for placement new
Aug 20, 2022
c++
memory-management
new-operator
placement-new
C++ Is constructing object twice using placement new undefined behaviour?
Apr 28, 2022
c++
new-operator
language-lawyer
placement-new
C++ strict aliasing when not using pointer returned by placement new
May 05, 2022
c++
language-lawyer
placement-new
strict-aliasing
type-punning
False warning for placement new?
Oct 19, 2022
c++
alignment
placement-new
How to implement a simple container with placement new and emplace functionality?
Sep 24, 2019
c++
c++11
containers
placement-new
emplace
Variation on the type punning theme: in-place trivial construction
Apr 27, 2022
c++
language-lawyer
reinterpret-cast
object-lifetime
placement-new
Is move assignment via destruct+move construct safe?
Feb 23, 2022
c++
c++11
move-semantics
placement-new
move-assignment-operator
Placement forms of the operator delete functions
Sep 21, 2022
c++
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
« Newer Entries
Older Entries »