SpiceQA
Questions
Tags
Users
Badges
move-constructor
43 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
std::is_move_assignable_v false though there is a move assignment operator
user_1692107
0
•
asked Oct 30, 2020
2
1
136
move-assignment-operator
move-constructor
c++17
c++
Why move constructor of member variable is not called?
user_1114448
0
•
asked Oct 14, 2020
3
1
161
move-constructor
lvalue
rvalue
c++11
c++
Move constructor should be called by default
user_403030
0
•
asked Aug 1, 2020
2
1
72
move-constructor
move-semantics
move
c++11
c++
Could a object be moved if this is no `copy constructor` for the class?
user_13518854
0
•
asked Jun 2, 2020
2
1
80
move-constructor
copy-constructor
c++11
constructor
c++
Why default move constructor cannot be created in this example
user_1555823
0
•
asked May 31, 2020
3
0
45
move-constructor
c++17
c++
Implicit move constructor shall be noexcept if possible
user_2660282
0
•
asked May 11, 2020
3
1
115
noexcept
move-constructor
c++
When throwing an object, is it copied or moved?
user_9140652
0
•
asked Mar 10, 2020
2
3
93
move-constructor
copy-constructor
throw
exception
c++
std::deque is move constructible, but not 'nothrow'
user_906839
0
•
asked Feb 28, 2020
4
1
231
move-constructor
move-semantics
c++17
move
c++
Should I move the std::exchange ed members?
user_11047101
0
•
asked Oct 17, 2019
3
1
993
move-constructor
c++14
c++
Why does move constructor affect is_assignable?
user_6949852
0
•
asked Dec 21, 2018
3
2
111
move-constructor
assignment-operator
c++
Prev
Prev
1
2
3
(current)
4
5
Next
Next
Hot Questions