SpiceQA
Questions
Tags
Users
Badges
move-constructor
43 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Does Visual Studio 2017 need an explicit move constructor declaration?
user_10612204
0
•
asked Nov 6, 2018
14
4
1917
move-constructor
visual-studio-2017
c++
c++ copy constructor vs move constructor for std::vector
user_8582383
0
•
asked Oct 1, 2017
9
1
7926
move-constructor
copy-constructor
c++
Does C++11 standard require implementers to prioritize noexcept move constructor over const copy constructor for std::vector?
user_285352
0
•
asked Sep 25, 2017
5
0
155
move-constructor
copy-constructor
vector
c++11
c++
Move Constructor & Move Assignment
user_6716398
0
•
asked Sep 23, 2017
3
1
2118
move-assignment-operator
move-constructor
c++
Why std::sort construct objects?
user_580083
0
•
asked Aug 10, 2017
6
1
400
move-assignment-operator
move-constructor
swap
sorting
c++
Confusion with move constructors: unable to call move constructor
user_4958408
0
•
asked Jun 2, 2017
5
2
918
move-constructor
move-semantics
most-vexing-parse
rvalue-reference
c++
What happens if you move an object without move constructor?
user_2020804
0
•
asked Dec 10, 2013
5
1
940
move-constructor
move
c++
C++11 move constructor with side effects
user_712302
0
•
asked Aug 3, 2012
6
3
401
move-constructor
move-semantics
c++11
c++
vector::push_back insists on using copy constructor though a move constructor is provided
user_414514
0
•
asked Jul 15, 2012
18
2
6453
move-constructor
c++11
gcc
c++
Explicit move constructor?
user_399317
0
•
asked Jul 20, 2011
29
5
6067
move-constructor
explicit-constructor
c++11
c++
Prev
Prev
1
2
3
4
(current)
5
Next
Next
Hot Questions