Searched refs:auto_ptr_ref (Results 1 – 2 of 2) sorted by relevance
24 struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref { struct49 _LIBCPP_HIDE_FROM_ABI auto_ptr& operator=(auto_ptr_ref<_Tp> __p) _NOEXCEPT {69 _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT : __ptr_(__p.__ptr_) {} in auto_ptr()71 _LIBCPP_HIDE_FROM_ABI operator auto_ptr_ref<_Up>() _NOEXCEPT {72 auto_ptr_ref<_Up> __t;
379 template <class Y> struct auto_ptr_ref {}; // deprecated in C++11, removed in C++17392 auto_ptr& operator=(auto_ptr_ref<X> r) throw();401 auto_ptr(auto_ptr_ref<X>) throw();402 template<class Y> operator auto_ptr_ref<Y>() throw();