For a class named Object, what is the signatue of the move constructor ?
Object
Object(const Object& o)
Object(Object& o)
Object(const Object&& o)
Object(Object&& o)