std::auto_ptr<T>::get
提供: cppreference.com
<tbody>
</tbody>
T* get() const throw(); |
(C++11で非推奨) (C++17で削除) |
|
*this によって保持されているポインタを取得します。
引数
(なし)
戻り値
*this によって保持されているポインタ。
関連項目
| 管理対象オブジェクトにアクセスします (パブリックメンバ関数) |