Luna::Ref::Ref
Ref(Ref &&rhs)
Constructs one reference by moving the pointer from another reference of the same type.
The reference counter of the new boxed object is not modified.
Parameters
-
in rhs
The reference to move from. This reference will be null after this operation.