C++ 参考手册

位置:首页 > C++ 参考手册 >实验性 C++ 特性 >std::experimental::propagate_const > std::experimental::get_underlying

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 - propagate_const 对象

返回值

到存储于 pt 中的仿指针对象的引用。