Use this tag for lvalue to rvalue conversion questions
In the following code, I'm not able to pass a temporary object as argument to the printAge function: struct Person { …
c++ pass-by-reference lvalue-to-rvalueI see the term "lvalue-to-rvalue conversion" used in many places throughout the C++ standard. This kind of conversion is often …
c++ c++11 implicit-conversion lvalue-to-rvalueI have three function calls that I think should be treated (about) the same, but clearly they are not. I'm …
c++ c++11 rvalue-reference rvalue lvalue-to-rvalue