added draft of xfer<T> class
- A simple container for objects of type \<T\> that can be used for transferring the contents rather than copying them. - The wrapped object of type \<T\> must implement a transfer() method.
Please register or sign in to comment