Why does the rvalue parameter change to lvalue when used?

QuestionsWhy does the rvalue parameter change to lvalue when used?
sethbeckerman5 Staff asked 4 years ago

I pass rvalue to , but it calls inside.
It seems that the rvalue has changed to an lvalue before it calls . I do not know why this happened. Can anyone explain it?


View on Stack Overflow