哪位高手解释下 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里面的,我看过了,不懂)

posted @ 2009-01-28 02:52  米斯特刘  阅读(186)  评论(0编辑  收藏  举报