C++ Memory Library - auto_ptr_ref
Description
It an instrumental class and allows certain conversions that allow auto_ptr objects to be passed to and returned from functions.
Declaration
Following is the declaration for std::auto_ptr_ref function.
template <class Y> struct auto_ptr_ref;
C++11
template <class Y> struct auto_ptr_ref;
memory.htm
Advertisements