Searched defs:auto_ptr_ref (Results 1 – 4 of 4) sorted by relevance
128 struct auto_ptr_ref struct133 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in auto_ptr_ref() argument
133 struct auto_ptr_ref struct138 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in auto_ptr_ref() argument
1 template <typename Y> struct auto_ptr_ref { struct3 auto_ptr_ref(Y* p) : py(p) {} in auto_ptr_ref() argument
24 struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref struct45 _LIBCPP_INLINE_VISIBILITY auto_ptr& operator=(auto_ptr_ref<_Tp> __p) _NOEXCEPT argument