C++ 關鍵字:decltype
(C++11 起)
來自 cppreference.com
[編輯] 用法
(C++14 起) |
[編輯] 注意
特性測試宏 | 值 | 標準 | 特性 |
---|---|---|---|
__cpp_decltype |
200707L |
(C++11) | decltype
|
__cpp_decltype_auto |
201304L |
(C++14) | 常規函式的返回型別推導 |
[編輯] 參閱
-
auto
(auto
佔位符型別說明符)