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 { struct25 _Tp* __ptr_;
267 struct auto_ptr_ref { }; struct