What is the rationale for the expression class{}.refmem to be an lvalue expression
I came to know that S{}.rval
is an lvalue expression. I want to know the rationale behind considering it an lvalue expression.
I came to know that S{}.rval
is an lvalue expression. I want to know the rationale behind considering it an lvalue expression.