Searched defs:auto_ptr (Results 1 – 6 of 6) sorted by relevance
37 _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr& __p) _NOEXCEPT : __ptr_(__p.release()) {} in auto_ptr() function39 _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr<_Up>& __p) _NOEXCEPT : __ptr_(__p.release()) {} in auto_ptr() function69 _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT : __ptr_(__p.__ptr_) {} in auto_ptr() function
17 template <class Y> auto_ptr(auto_ptr<Y> &) throw() {} in auto_ptr() function
14 template<typename _Tp> class auto_ptr { class 18 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in auto_ptr() function in std::auto_ptr
67 template <typename T> struct auto_ptr {}; struct
266 struct auto_ptr { struct 267 auto_ptr_refPR7055::auto_ptr global() argument [all...]
26 class auto_ptr { global() class