Searched defs:auto_ptr (Results 1 – 2 of 2) sorted by relevance
14 template<typename _Tp> class auto_ptr { class18 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in auto_ptr() function in std::auto_ptr
248 struct auto_ptr { struct249 struct auto_ptr_ref { };