SpiceQA
Questions
Tags
Users
Badges
placement-new
54 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
What is the proper way to "placement new" an array of structs/classes with a generic member variable?
user_4831051
0
•
asked Jun 6, 2019
4
1
103
placement-new
c++
Which union member becomes active after placement new
user_9585016
0
•
asked Jan 17, 2019
12
1
571
placement-new
language-lawyer
unions
lifetime
c++
Why isn't there a std::construct_at in C++17?
user_580083
0
•
asked Oct 24, 2018
66
6
5069
placement-new
c++17
c++
Why there is no std::uninitialized_move_if_noexcept?
user_580083
0
•
asked Oct 23, 2018
10
1
477
noexcept
placement-new
c++17
move
c++
std::optional implemented as union vs char[]/aligned_storage
user_1453946
0
•
asked Sep 14, 2018
15
2
1849
stdoptional
placement-new
c++17
unions
c++
Why isn't it undefined behaviour to destroy an object that was overwritten by placement new?
knatten_7084
0
•
asked Sep 3, 2018
10
4
413
object-lifetime
placement-new
undefined-behavior
language-lawyer
c++
Placement new and assignment of class with const member
user_1729784
0
•
asked Nov 24, 2017
12
1
1166
placement-new
language-lawyer
assignment-operator
constants
c++
Placement new and destructor
user_7242858
0
•
asked Aug 9, 2017
3
1
903
placement-new
destructor
c++
How to do placement allocation Eigen::Matrix to Shared Memory (or Heap)?
user_3048255
0
•
asked Jul 21, 2017
3
1
572
eigen
shared-memory
placement-new
memory
c++
Why can't constructors be explicitly called while destructors can?
user_580083
0
•
asked Jul 17, 2017
28
3
4151
explicit-destructor-call
placement-new
destructor
constructor
c++
Prev
Prev
2
3
4
(current)
5
6
Next
Next
Hot Questions