0
点赞
收藏
分享

微信扫一扫

C++标准转换运算符之 reinterpret_cast

Ewall_熊猫 2022-03-30 阅读 40

转载
该文章保存在(练习小例子—标准转换运算符)
没有完全看完,功能大致理解为:根据新类型变化成指定类型
reinterpret_cast<新类型>(表达式)

举报

相关推荐

C++强制类型转化:reinterpret_cast

0 条评论