SpiceQA
Questions
Tags
Users
Badges
nrvo
11 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
NRVO with and without default copy constructor
user_16748945
0
•
asked Jun 8, 2022
2
0
53
nrvo
c++
Shouldn't there be a copy ctor invocation here? Elision disabled (no named return value optimization)
user_8127588
0
•
asked May 16, 2022
2
1
73
nrvo
copy-elision
move
copy-constructor
c++
Returning a pair of objects
user_1583122
0
•
asked Feb 23, 2022
1
2
101
return-value-optimization
nrvo
move-semantics
c++
Can NRVO be turned off in debug builds?
user_7325599
0
•
asked May 14, 2021
3
1
72
nrvo
visual-studio-debugging
visual-studio
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++
Why does Return Value Optimization not happen if no destructor is defined?
user_2319122
0
•
asked Jul 19, 2020
5
2
470
nrvo
copy-elision
rvo
class
c++
How to avoid the "pessimizing-move" warning of NRVO?
user_508343
0
•
asked May 28, 2020
3
2
2559
nrvo
c++17
standards
c++
performance
How can I ensure RVO instead of copy is performed?
nybon_84540
0
•
asked Mar 5, 2020
4
2
1170
nrvo
smart-pointers
c++
Shouldn't NRVO guarantee the local named variable and the call-site variable to take the same address?
user_2969631
0
•
asked Jul 9, 2017
11
1
290
nrvo
c++
Does introducing a new variable defeat return value optimisation?
user_3415258
0
•
asked Mar 23, 2016
4
1
151
nrvo
rvo
c++
1
(current)
2
Next
Next
Hot Questions