What is “rvalue reference for *this”?

Came across a proposal called “rvalue reference for *this” in clang’s C++11 status page.

I’ve read quite a bit about rvalue references and understood them, but I don’t think I know about this. I also couldn’t find much resources on the web using the terms.

There’s a link to the proposal paper on the page: N2439 (Extending move semantics to *this), but I’m also not getting much examples from there.

What is this feature about?

3 Answers
3

Leave a Comment