move 를 explicit 하게 하면 거진 xvalue - return 0;
그럼 진짜배기 xvalue는 또 뭐지 ㄷㄷ
뭔 소리임 - return 0;
An xvalue is the result of certain kinds of expressions involving rvalue references. [Example: The result of calling a function whose return type is an rvalue reference is an xvalue.]
move 를 explicit 하게 하면 거진 xvalue - return 0;
그럼 진짜배기 xvalue는 또 뭐지 ㄷㄷ
뭔 소리임 - return 0;
An xvalue is the result of certain kinds of expressions involving rvalue references. [Example: The result of calling a function whose return type is an rvalue reference is an xvalue.]