.TH "std::auto_ptr_ref< _Tp1 >" 3cxx "Tue Jul 2 2019" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::auto_ptr_ref< _Tp1 > .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBauto_ptr_ref\fP (_Tp1 *__p)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Tp1 * \fB_M_ptr\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::auto_ptr_ref< _Tp1 >" A wrapper class to provide auto_ptr with reference semantics\&. For example, an auto_ptr can be assigned (or constructed from) the result of a function which returns an auto_ptr by value\&. .PP All the auto_ptr_ref stuff should happen behind the scenes\&. .PP Definition at line 48 of file auto_ptr\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.