rvalues and temporary objects in the FCD
Posted
by FredOverflow
on Stack Overflow
See other posts from Stack Overflow
or by FredOverflow
Published on 2010-06-09T16:19:04Z
Indexed on
2010/06/09
16:22 UTC
Read the original article
Hit count: 211
It took me quite some time to understand the difference between an rvalue and a temporary object. But now the final committee draft states on page 75:
An rvalue [...] is an xvalue, a temporary object or subobject thereof, or a value that is not associated with an object.
I can't believe my eyes. This must be an error, right?
© Stack Overflow or respective owner