Bromeon
thor::NoCopy< T > Struct Template Reference

Ownership policy that performs no copy. More...

List of all members.


Detailed Description

template<typename T>
struct thor::NoCopy< T >

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.


The documentation for this struct was generated from the following file: