.TH "std::auto_ptr_ref< _Tp1 >" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::auto_ptr_ref< _Tp1 >
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <memory>\fP
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBauto_ptr_ref\fP (\fB_Tp1\fP *__p)"
.br
.in -1c
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "\fB_Tp1\fP * \fB_M_ptr\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 

.SS "template<typename _Tp1>
.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\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.