auto_ptr_ref


class template
<memory>
template <class Y> struct auto_ptr_ref;

Reference to automatic pointer

This is an instrumental class to allow certain conversions that allow auto_ptr objects to be passed to and returned from functions.

The class has no members other than holding a reference to an auto_ptr object.