return data type function name ( );
and indicate the class to which the moved member function belongs by joining the class name to the definition via two colons:
return data type class name::function name ( ) {...}
ordinary function (all arguments) class-object argument.member function (other arguments)