Searched defs:auto_ptr_ref (Results 1 – 8 of 8) 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
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() function
Completed in 23 milliseconds