摘要: 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<O... 阅读全文
posted @ 2009-01-28 02:52 米斯特刘 阅读(186) 评论(0) 推荐(0) 编辑