Namespaces
Variants

std::experimental::observer_ptr<W>:: operator element_type*

From cppreference.net
constexpr explicit operator element_type * ( ) const noexcept ;
(ライブラリ基盤 TS v2)

格納されたポインタの型への明示的な変換を提供します。

目次

パラメータ

(なし)

戻り値

監視対象オブジェクトへのポインタ、すなわち、 get ( )

関連項目

監視対象オブジェクトへのポインタを返す
(公開メンバ関数)