C++ Memory 库 - 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;
它是一个工具类,允许进行某些转换,这些转换允许将 auto_ptr 对象传递给函数并从函数返回。
以下是 std::auto_ptr_ref 函数的声明。
template <class Y> struct auto_ptr_ref;
template <class Y> struct auto_ptr_ref;
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。