C++ 参考手册

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

constexpr element_type* get();
(库基础 TS v2)
constexpr const element_type* get() const;
(库基础 TS v2)

返回指向被包装的仿指针对象 t_ 所指向对象的指针。

参数

(无)

返回值

T 为对象指针类型,则为 t_ 。否则为 t_.get()

示例

本节未完成
原因:暂无示例