On this page
C++ keyword: decltype (since C++11)
Usage
decltypespecifier (since C++11)decltype(auto)(since C++14)
Notes
| Feature-test macro | Value | Std | Feature |
|---|---|---|---|
__cpp_decltype |
200707L | (C++11) | decltype |
__cpp_decltype_auto |
201304L | (C++14) | Return type deduction for normal functions |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/keyword/decltype