auto_ptr_ref
template<Class Ty>
struct auto_ptr_ref {
};The class describes an object that stores a reference to an object of class auto_ptr<Ty> It is used as a helper class for auto_ptr<Ty> You should not have an occasion to construct an auto_ptr_ref<Ty> object directly.