Searched defs:auto_ptr_ref (Results 1 – 3 of 3) sorted by relevance
48 struct auto_ptr_ref in _GLIBCXX_VISIBILITY() struct50 _Tp1* _M_ptr; in _GLIBCXX_VISIBILITY()53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in _GLIBCXX_VISIBILITY() argument
25 struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref struct46 _LIBCPP_INLINE_VISIBILITY auto_ptr& operator=(auto_ptr_ref<_Tp> __p) _NOEXCEPT argument