cppreference.com
创建帐户
登录
命名空间
页面
讨论
变体
视图
视图
编辑
历史
操作
std::experimental::propagate_const<T>::
get
来自 cppreference.com
<
cpp
|
experimental
|
propagate const
C++
编译器支持
独立和托管
语言
标准库
标准库头文件
命名要求
功能测试宏
(C++20)
语言支持库
概念库
(C++20)
元编程库
(C++11)
诊断库
通用实用程序库
字符串库
容器库
迭代器库
范围库
(C++20)
算法库
数值库
本地化库
输入/输出库
文件系统库
(C++17)
正则表达式库
(C++11)
并发支持库
(C++11)
执行支持库
(C++26)
技术规范
符号索引
外部库
[编辑]
实验性
技术规范
文件系统库
(filesystem TS)
库基础
(library fundamentals TS)
库基础 2
(library fundamentals TS v2)
库基础 3
(library fundamentals TS v3)
并行扩展
(parallelism TS)
并行扩展 2
(parallelism TS v2)
并发扩展
(concurrency TS)
并发扩展 2
(concurrency TS v2)
概念
(concepts TS)
范围
(ranges TS)
反射
(reflection TS)
数学特殊函数
(special functions TR)
实验性非 TS
模式匹配
线性代数
std::execution
契约
2D 图形
[编辑]
库基础 v2
experimental::propagate_const
experimental::not_fn
experimental::observer_ptr
experimental::make_array
experimental::to_array
experimental::ostream_joiner
experimental::gcd
experimental::lcm
experimental::source_location
experimental::randint
检测惯用法
统一容器擦除
逻辑运算符类型特征
[编辑]
std::experimental::propagate_const
成员函数
propagate_const::propagate_const
propagate_const::operator=
propagate_const::swap
观察者
propagate_const::get
propagate_const::operator bool
propagate_const::operator*
propagate_const::operator->
propagate_const::operator element_type*
propagate_const::operator const element_type*
非成员函数
operator==
operator!=
operator<
operator>
operator<=
operator>
operator>=
swap
get_underlying
辅助类
std::hash
std::equal_to
std::not_equal_to
std::less
std::greater
std::less_equal
std::greater_equal
[编辑]
constexpr
element_type
*
get
(
)
;
(库基础 TS v2)
constexpr
const
element_type
*
get
(
)
const
;
(库基础 TS v2)
返回一个指向包装的指针类对象
t_
所指向对象的指针。
[
编辑
]
参数
(无)
[
编辑
]
返回值
如果
T
是一个对象指针类型,则为
t_
。否则,为
t_.
get
(
)
.
[
编辑
]
示例
本节内容尚未完善
原因:无示例
类别
:
待办事项 无示例