#include class SomeObject { // ...Object Definition }; void B(SomeObject& so) { SomeObject movedTo = std::move(so); } void A(SomeObject& so