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 it safe to use placement new on 'this' pointer
Sep 28, 2022
c++
raii
placement-new
explicit-destructor-call
Mixing pass-by-reference and pass-by-value to variadic template function valid?
Feb 26, 2022
c++
templates
c++11
variadic-templates
placement-new
std::experimental::optional<T> implementation: Constexpr constructor confusion
Jan 10, 2021
c++
optional
constexpr
placement-new
c++17
option-type
Is it possible to destroy and re-create an object this way? [duplicate]
Jun 24, 2022
c++
placement-new
Calling `std::vector<A>::data()` on `A` with const or reference fields, before C++20
Nov 07, 2022
c++
language-lawyer
c++20
placement-new
Is it defined behavior to use placement new to change type of variable that is held by reference_wrapper?
Dec 11, 2021
c++
c++11
reference
language-lawyer
placement-new
What's wrong with this use of placement new[]? do
Oct 27, 2022
c++
placement-new
How should I use placement new with a custom allocation API?
Aug 23, 2022
c++
c++11
memory-management
placement-new
Undefined behaviour on reinitializing object via placement new on this pointer
Mar 28, 2022
c++
language-lawyer
destructor
placement-new
Manually calling destructor is not evaluated as referencing variable
Jan 11, 2020
c++
placement-new
Is previously initialize memory guaranteed to persist after a placement new call?
Dec 06, 2017
c++
c++11
placement-new
How to directly read a huge chunk of memory into std::vector?
Nov 20, 2017
c++
c++11
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
« Newer Entries
Older Entries »