重複の可能性:
rvalues、lvalues、xvalues、glvalues、および prvalues とは何ですか?
The standard states:
3.2 The this pointer
1 In the body of a non-static (9.3) member function,
the keyword this is a non-lvalue expression whose value is the address of the
object for which the function is called.
右辺値、左辺値、非右辺値、非左辺値の違いは何ですか?
そのような*値の種類はいくつありますか? つまり、xvalues もあると聞きました。
これをひどく理解する必要があります。そして、これらは一時変数とラムダにどのように関連していますか?
繰り返し、困惑、矛盾した表現、冗長に聞こえたら申し訳ありません。