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

提供:Dev Guides
移動先:案内検索

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;