man std::auto_ptr_ref (Fonctions bibliothèques) -
NAME
std::auto_ptr_ref -
SYNOPSIS
Public Member Functions
auto_ptr_ref (Type1 *__p)
Public Attributes
Type1 * M_ptr
Detailed Description
template<typename Type1> struct std::auto_ptr_ref< Type1 >
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 134 of file memory.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.