Ownership policy that performs no copy. More...
Ownership policy that performs no copy.
This is the default ownership policy of thor::MovedPtr. Since movable objects needn't be copyable, the requirements are lower like this. If you want to transfer ownership from a MovedPtr to a CopiedPtr, you should use another policy instead.