哪位高手解释下 auto_ptr 's constructor?
explicit auto_ptr( Type* _Ptr = 0 ) throw( ); auto_ptr( auto_ptr<Type>& _Right ) throw( ); auto_ptr( auto_ptr_ref<Type> _Right ) throw( ); template<class Other> auto_ptr( auto_ptr<Other>& _Right ) throw( );
哪位高手解释下?(不用粘贴MSDN里面的,我看过了,不懂)