Namespaces
Variants

std::experimental:: get_underlying

From cppreference.net
template < class T >
constexpr T & get_underlying ( propagate_const < T > & pt ) noexcept ;
(ライブラリ基盤仕様 TS v2)
template < class T >
constexpr const T & get_underlying ( const propagate_const < T > & pt ) noexcept ;
(ライブラリ基盤仕様 TS v2)

propagate_const に格納されたポインター風オブジェクトへの参照を取得します。

パラメータ

pt - a propagate_const object

戻り値

pt に格納されているポインタ風オブジェクトへの参照。