名稱空間
變體
操作

C++ 關鍵字:decltype (C++11 起)

來自 cppreference.com
< cpp‎ | 關鍵字
 
 
C++ 語言
 
 

[編輯] 用法

(C++14 起)

[編輯] 注意

特性測試 標準 特性
__cpp_decltype 200707L (C++11) decltype
__cpp_decltype_auto 201304L (C++14) 常規函式的返回型別推導

[編輯] 參閱

  • auto (auto 佔位符型別說明符)