Skip to content
  • Mark Olesen's avatar
    added draft of xfer<T> class · 27fce4fa
    Mark Olesen authored
      - 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.
    27fce4fa