Is `this` pointer assignable in c++?

Viewed 83

when I try to assign a pointer to this pointer, My IDE(clion) said Expression is not assignable. So, Is this pointer assignable in c++ ? Is it a rvalue?

1 Answers
Related