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;
memory.htm
廣告
© . All rights reserved.