operator auto_ptr

Releases the auto_ptr and returns the pointer held.

  template<class Y> operator auto_ptr<Y>() throw();
  
Remarks

Returns the pointer held.