已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
請勿使用 const_cast 來轉換 const 。 const_cast 不需要;此轉換不會移除常度或波動性。
const_cast
const
C++ 核心指導方針類型.3
void function(int* const constPtrToInt) { auto p = const_cast<int*>(constPtrToInt); // C26465, const is not being removed }
此頁面對您有幫助嗎?