SpiceQA
Questions
Tags
Users
Badges
move-constructor
43 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
understanding c++ move_constructible concept implementation
user_12838440
0
•
asked Nov 22, 2021
7
1
253
move-constructor
c++-concepts
move-semantics
c++20
c++
Will move constructor always take place in initialization statements that involve auto in C++?
user_16362531
0
•
asked Oct 11, 2021
2
0
90
auto
move-constructor
c++20
initialization
c++
When do you need to explicitly call std::move and when not in cpp?
user_37370
0
•
asked Sep 9, 2021
6
1
794
move-constructor
c++11
c++
Class with a deleted copy constructor can be still copied?
user_11857122
0
•
asked Jul 20, 2021
4
1
492
move-constructor
c++17
copy-constructor
atomic
c++
Do I have to write a copy constructor when writing a move constructor in C++?
user_14786658
0
•
asked Jul 12, 2021
3
1
262
move-constructor
copy-constructor
c++
Why move constructor is not called in my code ? Also why dtor is not called just to destroy temp obj?
user_16058995
0
•
asked Jun 19, 2021
3
1
89
move-constructor
c++
When is a move constructor called in practice?
user_11188084
0
•
asked Jun 1, 2021
5
3
378
copy-elision
move-constructor
move-semantics
c++
Move constructor being called again c++
user_10900435
0
•
asked May 17, 2021
2
1
42
pushbackinputstream
move-constructor
vector
object
c++
slicing object in move constructors
user_8769985
0
•
asked Apr 21, 2021
2
0
83
move-constructor
undefined-behavior
language-lawyer
inheritance
c++
Why is std::is_move_constructible<S>::value == false despite S move-constructing just fine? What is the correct behavior?
user_541686
0
•
asked Dec 15, 2020
3
1
150
move-constructor
move-semantics
c++17
c++11
c++
Prev
Prev
1
2
(current)
3
4
5
Next
Next
Hot Questions