Searched defs:auto_ptr_ref (Results 1 – 2 of 2) sorted by relevance
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } in auto_ptr_ref() function
228 struct auto_ptr_ref { }; struct