Namespaces
Variants

std::auto_ptr<T>:: get

From cppreference.net
Memory management library
( exposition only* )
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
( until C++20* )
( until C++20* )
( until C++20* )

Garbage collector support (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
T * get ( ) const throw ( ) ;
(C++11で非推奨)
(C++17で削除)

* this が保持するポインタを返します。

パラメータ

(なし)

戻り値

* this が保持するポインタ。

関連項目

管理対象オブジェクトにアクセスする
(公開メンバ関数)