Cpp-standard-library-cpp-auto-ptr-ref

提供:Dev Guides
2020年6月22日 (月) 19:02時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

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;