DOKK / manpages / debian 12 / libstdc++-11-doc / std::auto_ptr_ref.3cxx.en
std::auto_ptr_ref< _Tp1 >(3cxx) std::auto_ptr_ref< _Tp1 >(3cxx)

std::auto_ptr_ref< _Tp1 >

#include <auto_ptr.h>


auto_ptr_ref (_Tp1 *__p)


_Tp1 * _M_ptr

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.

All the auto_ptr_ref stuff should happen behind the scenes.

Definition at line 48 of file auto_ptr.h.

Definition at line 53 of file auto_ptr.h.

Definition at line 50 of file auto_ptr.h.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++