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?
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?