Difference between revisions of "cpp/language"
From cppreference.com
< cpp
(Added a link to 'usual arithmetic conversions'.) |
m (Put `decltype` and `auto` on the same line.) |
||
Line 103: | Line 103: | ||
{{rlt|consteval}} {{mark c++20}}<br> | {{rlt|consteval}} {{mark c++20}}<br> | ||
{{rlt|constinit}} {{mark c++20}}<br> | {{rlt|constinit}} {{mark c++20}}<br> | ||
− | {{rlt|decltype}} {{mark c++11}} | + | {{rlt|decltype}} {{mark c++11}} – {{rlt|auto}} {{mark c++11}}<br> |
− | {{rlt|auto}} {{mark c++11}}<br> | + | |
{{rlt|typedef}} – {{rl|type alias|Type alias}} {{mark c++11}}<br> | {{rlt|typedef}} – {{rl|type alias|Type alias}} {{mark c++11}}<br> | ||
{{rl|elaborated type specifier|Elaborated type specifiers}}<br> | {{rl|elaborated type specifier|Elaborated type specifiers}}<br> |
Revision as of 11:18, 19 April 2023
This is a reference of the core C++ language constructs.
See also
C documentation for C language constructs
|