Searched defs:auto_ptr (Results 1 – 3 of 3) sorted by relevance
88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { in auto_ptr() function100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } in auto_ptr() function109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW in auto_ptr() function
13 template<typename _Tp> class auto_ptr { class17 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in auto_ptr() function in std::auto_ptr
224 struct auto_ptr { struct225 struct auto_ptr_ref { };