SpiceQA
Questions
Tags
Users
Badges
stdmove
20 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Move semantics and std::move
user_11197369
0
•
asked Sep 1, 2022
2
3
112
stdmove
move-semantics
c++
why I can't bind function with rvalue args like this?
user_14113532
0
•
asked Aug 22, 2022
7
0
57
stdbind
stdmove
rvalue-reference
templates
c++
C++ move semantics string
user_11197369
0
•
asked Jul 27, 2022
2
1
97
stdmove
stdstring
c++
Why doesn't move-assigning a std::vector seem to have any performance benefit over copying in this code?
user_14017310
0
•
asked Sep 26, 2021
3
0
46
stdmove
move-semantics
stdvector
c++11
Initialization in return statements of functions that return by-value
user_15303299
0
•
asked Aug 22, 2021
4
1
204
copy-initialization
direct-initialization
stdmove
c++
Can I avoid copies when returning multiple values, while keeping my return type?
user_1593077
0
•
asked May 13, 2021
1
2
122
nrvo
copy-elision
stdmove
move-semantics
c++
Converting old code to std::move semantics
user_13677853
0
•
asked May 3, 2021
2
0
70
stdmove
c++
Why do I need static_cast and std::remove_reference in std::move if I pass an rvalue?
user_9185253
0
•
asked Nov 29, 2020
3
0
118
stdmove
c++11
c++
Inconsistent move in debug and release configurations while passing unique_ptr around?
user_5673620
0
•
asked Sep 28, 2020
2
1
48
stdmove
rvalue
sockets
c++
Passing vector of unique_ptr with move semantics in c++
user_12171343
0
•
asked Sep 4, 2020
4
1
298
stdmove
unique-ptr
stdvector
c++
1
(current)
2
Next
Next
Hot Questions