Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
iterator
limits
locale
memory
new
numeric
stdexcept
typeinfo
utility
valarray
memory
classes:
allocator
auto_ptr
auto_ptr_ref
raw_storage_iterator
functions:
get_temporary_buffer
return_temporary_buffer
uninitialized_copy
uninitialized_fill
uninitialized_fill_n


auto_ptr_ref

class template
<memory>
template <class Y> struct auto_ptr_ref;

Reference to automatic pointer

This is an instrumental class to allow certain conversions that allow auto_ptr objects to be passed to and returned from functions.

The class has no members other than holding a reference to an auto_ptr object.