Searched refs:auto_ptr_ref (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_memory.h130 * All the auto_ptr_ref stuff should happen behind the scenes.
133 struct auto_ptr_ref struct
138 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
341 * These operations convert an %auto_ptr into and from an auto_ptr_ref
349 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
353 operator=(auto_ptr_ref<element_type> __ref) throw()
364 operator auto_ptr_ref<_Tp1>() throw()
365 { return auto_ptr_ref<_Tp1>(this->release()); }

Completed in 220 milliseconds