C++:类型转换

来自WHY42
imported>Soleverlee2016年10月11日 (二) 16:22的版本 (以“*const_cast <new_type> (expression) *static_cast <new_type> (expression) *reinterpret_cast <new_type> (expression) *dynamic_cast <new_type> (expression) Category...”为内容创建页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
  • const_cast <new_type> (expression)
  • static_cast <new_type> (expression)
  • reinterpret_cast <new_type> (expression)
  • dynamic_cast <new_type> (expression)