已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
套用至函式類型的限定詞沒有意義; 已忽略
限定符,例如 const,會套用至 所 typedef定義的函式類型。
const
typedef
// C4180.cpp // compile with: /W1 /c typedef int FuncType(void); // the const qualifier cannot be applied to the // function type FuncType const FuncType f; // C4180
此頁面對您有幫助嗎?