So when is it a good idea to use it according to you?
Explain this C++ shills
Dominic Price
Evan Fisher
When you want to something to invoke move semantics.
Samuel Morgan
So you rather manually invoke a move instead of relying on the compiler maybe doing RVO?
Isaiah Thompson
Compilers are not magic user. Most of the time manually moving is not worth it though.