SpiceQA
Questions
Tags
Users
Badges
move-constructor
43 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
C++ Move constructor for object with std::vector and std::array members
user_13147242
0
•
asked Aug 22, 2022
1
1
50
move-constructor
move
constructor
c++
Preventing preservation of constness of captured variables in C++ lambdas capturing by value
user_1495627
0
•
asked Aug 7, 2022
1
0
51
move-constructor
c++20
lambda
c++
Is it meaningful\suitable to mark the derived class as movable while the base class is non-moveable?
user_13611002
0
•
asked Jun 11, 2022
5
1
99
move-constructor
copy-constructor
c++11
constructor
c++
Does the destructor of the baseclass prevent creation of move constructors in subclasses?
user_13611002
0
•
asked May 4, 2022
1
2
61
move-constructor
c++11
c++
Demonstrating Move Constructor Usefulness
user_889742
0
•
asked Apr 3, 2022
3
3
94
copy-elision
move-constructor
move-semantics
c++
default copy move constructor efficiency different
user_13160706
0
•
asked Mar 16, 2022
3
1
125
move-constructor
c++
std::vector move assignment vs move construction: why is the state of 'other' not consistent?
user_988870
0
•
asked Feb 24, 2022
6
1
175
move-assignment-operator
move-constructor
move
std
c++
Copy elision in initializer list?
user_11012105
0
•
asked Feb 12, 2022
4
1
76
copy-elision
move-constructor
c++
Default move constructor failing when used in a constexpr context,
user_6022697
0
•
asked Jan 22, 2022
2
1
126
visual-studio-2022
move-constructor
constexpr
c++20
c++
Why does an explicitly defaulted destructor disable default move constructor?
user_658087
0
•
asked Dec 2, 2021
3
1
166
move-constructor
move-semantics
language-lawyer
c++
1
(current)
2
3
4
5
Next
Next
Hot Questions