prvalue

suggest change

A prvalue (pure-rvalue) expression is an expression which lacks identity, whose evaluation is typically used to initialize an object, and which can be implicitly moved from. These include, but are not limited to:

The built-in addressof operator (&) cannot be applied on these expressions.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents