Luna::UniquePtr::UniquePtr
UniquePtr(UniquePtr &&rhs)
Constructs one smart pointer by moving native pointer from another smart pointer.
Parameters
-
in rhs
The smart pointer to move pointer from. This smart pointer will be null after this operation.