SpiceQA
Questions
Tags
Users
Badges
stdmove
20 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
vector and push_back()
user_14021097
0
•
asked Jul 30, 2020
2
2
114
push-back
stdmove
vector
c++
What happens when std::move() is called without assignment
user_2686525
0
•
asked Jun 29, 2020
2
1
349
stdmove
move-semantics
c++11
c++
Can std::move move a built-in types or c pointer or array
user_11113651
0
•
asked Jun 29, 2020
2
1
580
stdmove
c++11
c++
Assign std::vector<std::byte> to std::vector<char> WITHOUT copying memory
user_13788137
0
•
asked Jun 21, 2020
6
3
1023
stdmove
c++17
vector
byte
c++
Why std::move don't change source variable to default value in default move constructor?
user_3936520
0
•
asked May 12, 2020
2
2
401
stdmove
move-semantics
c++11
c++
No known conversion from 'A' to 'A &&' for 1st argument
user_6726196
0
•
asked May 10, 2020
2
1
599
stdmove
lvalue
rvalue
templates
c++
C++ result of operator= changing after return *this
user_3856715
0
•
asked Feb 28, 2020
2
2
64
stdmove
operator-keyword
variable-assignment
templates
c++
Why is my code printing rvalue 2 times instead of rvalue & lvalue?
user_11682008
0
•
asked Jun 21, 2019
10
1
216
forward
stdmove
lvalue
rvalue
c++
Using std::move to pass in a temp lambda, or to "pull" out a temp parameter and what is the difference?
user_2298137
0
•
asked Sep 13, 2018
10
3
2416
stdmove
c++11
c++
What is std::move(), and when should it be used?
user_125562
0
•
asked Aug 5, 2010
962
8
441279
stdmove
move-semantics
c++11
c++-faq
c++
Prev
Prev
1
2
(current)
Hot Questions