| Lecture 2 - Slide 19 : 29 |
An rvalue reference is a reference to a temporary object (soon to disappear) from which we may be tempted to steal some constituents in order to avoid an expensive copy operation
The compilable parts of the program from above. |