Namespaces
Variants

std::experimental::unique_resource<R, D>:: get

From cppreference.net
const R & get ( ) const noexcept ;
(ライブラリファンダメンタルTS v3)

基になるリソースハンドルにアクセスします。

目次

パラメータ

(なし)

戻り値

基盤となるリソースハンドル。

関連項目

リソースハンドルがポインタの場合、ポインタ先にアクセスする
(公開メンバ関数)
管理対象オブジェクトへのポインタを返す
( std::unique_ptr<T,Deleter> の公開メンバ関数)