C++ 内存库 - auto_ptr_ref


描述

它是一个工具类,并允许某些转换,允许将 auto_ptr 对象传递给函数并从函数返回。

宣言

以下是 std::auto_ptr_ref 函数的声明。

template <class Y> struct auto_ptr_ref;

C++11

template <class Y> struct auto_ptr_ref;
内存.htm