Searched defs:auto_ptr_ref (Results 1 – 3 of 3) sorted by relevance
8 template <class Y> struct auto_ptr_ref { struct22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref struct45 _LIBCPP_INLINE_VISIBILITY auto_ptr& operator=(auto_ptr_ref<_Tp> __p) _NOEXCEPT argument
267 struct auto_ptr_ref { }; struct