Difference between revisions of "cpp/keyword"
m ("auto" + (3) = C++20 new meaning added) |
Killerbee13 (Talk | contribs) m (clarify run-on list) |
||
(14 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
{{cpp/keyword/navbar}} | {{cpp/keyword/navbar}} | ||
− | This is a list of reserved keywords in C++. Since they are used by the language, these keywords are not available for re-definition or overloading. {{rev inl|since=c++11|As an exception, they are not considered reserved in | + | This is a list of reserved keywords in C++. Since they are used by the language, these keywords are not available for re-definition or overloading.{{rev inl|since=c++11| As an exception, they are not considered reserved in {{lt|cpp/language/attributes}} (excluding attribute argument lists).}} |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
− | ! A – C !! D – P !! R – Z | + | !A – C!!D – P!!R – Z |
− | |- style="vertical-align:top;" | + | |-style="vertical-align:top;" |
| | | | ||
{{rlt|alignas}} {{mark c++11}}<br> | {{rlt|alignas}} {{mark c++11}}<br> | ||
Line 14: | Line 14: | ||
{{rlt|and_eq}}<br> | {{rlt|and_eq}}<br> | ||
{{rlt|asm}}<br> | {{rlt|asm}}<br> | ||
− | {{ | + | {{rlt|atomic_cancel}} {{mark since tm ts}}<br> |
− | {{ | + | {{rlt|atomic_commit}} {{mark since tm ts}}<br> |
− | {{ | + | {{rlt|atomic_noexcept}} {{mark since tm ts}}<br> |
− | {{rlt|auto}} {{mark|1}} {{mark| | + | {{rlt|auto}} {{mark|1}} {{mark|3}} {{mark|4}} {{mark|5}}<br> |
{{rlt|bitand}}<br> | {{rlt|bitand}}<br> | ||
{{rlt|bitor}}<br> | {{rlt|bitor}}<br> | ||
Line 32: | Line 32: | ||
{{rlt|concept}} {{mark c++20}}<br> | {{rlt|concept}} {{mark c++20}}<br> | ||
{{rlt|const}}<br> | {{rlt|const}}<br> | ||
− | {{rlt|consteval}} {{mark c++20}}<br> | + | {{rlt|consteval}} {{mark c++20}} {{mark|5}}<br> |
− | {{rlt|constexpr}} {{mark c++11}}<br> | + | {{rlt|constexpr}} {{mark c++11}} {{mark|3}}<br> |
{{rlt|constinit}} {{mark c++20}}<br> | {{rlt|constinit}} {{mark c++20}}<br> | ||
{{rlt|const_cast}}<br> | {{rlt|const_cast}}<br> | ||
Line 41: | Line 41: | ||
{{rlt|co_yield}} {{mark c++20}}<br> | {{rlt|co_yield}} {{mark c++20}}<br> | ||
| | | | ||
− | {{rlt|decltype}} {{mark c++11}}<br> | + | {{rlt|decltype}} {{mark c++11}} {{mark|2}}<br> |
{{rlt|default}} {{mark|1}}<br> | {{rlt|default}} {{mark|1}}<br> | ||
{{rlt|delete}} {{mark|1}}<br> | {{rlt|delete}} {{mark|1}}<br> | ||
Line 50: | Line 50: | ||
{{rlt|enum}} {{mark|1}}<br> | {{rlt|enum}} {{mark|1}}<br> | ||
{{rlt|explicit}}<br> | {{rlt|explicit}}<br> | ||
− | {{rlt|export}} {{mark|1}} {{mark| | + | {{rlt|export}} {{mark|1}} {{mark|4}}<br> |
{{rlt|extern}} {{mark|1}}<br> | {{rlt|extern}} {{mark|1}}<br> | ||
{{rlt|false}}<br> | {{rlt|false}}<br> | ||
Line 57: | Line 57: | ||
{{rlt|friend}}<br> | {{rlt|friend}}<br> | ||
{{rlt|goto}}<br> | {{rlt|goto}}<br> | ||
− | {{rlt|if}} {{mark| | + | {{rlt|if}} {{mark|3}} {{mark|5}}<br> |
− | {{rlt|inline}} {{mark|1}}<br> | + | {{rlt|inline}} {{mark|1}} {{mark|3}}<br> |
− | {{rlt|int}}<br> | + | {{rlt|int}} {{mark|1}}<br> |
{{rlt|long}}<br> | {{rlt|long}}<br> | ||
{{rlt|mutable}} {{mark|1}}<br> | {{rlt|mutable}} {{mark|1}}<br> | ||
Line 68: | Line 68: | ||
{{rlt|not_eq}}<br> | {{rlt|not_eq}}<br> | ||
{{rlt|nullptr}} {{mark c++11}}<br> | {{rlt|nullptr}} {{mark c++11}}<br> | ||
− | {{rlt|operator}} {{mark| | + | {{rlt|operator}} {{mark|1}}<br> |
{{rlt|or}}<br> | {{rlt|or}}<br> | ||
{{rlt|or_eq}}<br> | {{rlt|or_eq}}<br> | ||
− | {{rlt|private}} {{mark| | + | {{rlt|private}} {{mark|4}}<br> |
{{rlt|protected}}<br> | {{rlt|protected}}<br> | ||
{{rlt|public}}<br> | {{rlt|public}}<br> | ||
| | | | ||
{{rlt|reflexpr}} {{mark since reflection ts}}<br> | {{rlt|reflexpr}} {{mark since reflection ts}}<br> | ||
− | {{rlt|register}} {{mark| | + | {{rlt|register}} {{mark|3}}<br> |
{{rlt|reinterpret_cast}}<br> | {{rlt|reinterpret_cast}}<br> | ||
{{rlt|requires}} {{mark c++20}}<br> | {{rlt|requires}} {{mark c++20}}<br> | ||
Line 88: | Line 88: | ||
{{rlt|struct}} {{mark|1}}<br> | {{rlt|struct}} {{mark|1}}<br> | ||
{{rlt|switch}}<br> | {{rlt|switch}}<br> | ||
− | {{ | + | {{rlt|synchronized}} {{mark since tm ts}}<br> |
{{rlt|template}}<br> | {{rlt|template}}<br> | ||
− | {{rlt|this}} {{mark| | + | {{rlt|this}} {{mark|5}}<br> |
{{rlt|thread_local}} {{mark c++11}}<br> | {{rlt|thread_local}} {{mark c++11}}<br> | ||
− | {{rlt|throw}}<br> | + | {{rlt|throw}} {{mark|3}} {{mark|4}}<br> |
{{rlt|true}}<br> | {{rlt|true}}<br> | ||
{{rlt|try}}<br> | {{rlt|try}}<br> | ||
{{rlt|typedef}}<br> | {{rlt|typedef}}<br> | ||
{{rlt|typeid}}<br> | {{rlt|typeid}}<br> | ||
− | {{rlt|typename}}<br> | + | {{rlt|typename}} {{mark|3}} {{mark|4}}<br> |
{{rlt|union}}<br> | {{rlt|union}}<br> | ||
{{rlt|unsigned}}<br> | {{rlt|unsigned}}<br> | ||
− | {{rlt|using}} {{mark|1}}<br> | + | {{rlt|using}} {{mark|1}} {{mark|4}}<br> |
{{rlt|virtual}}<br> | {{rlt|virtual}}<br> | ||
{{rlt|void}}<br> | {{rlt|void}}<br> | ||
Line 111: | Line 111: | ||
* {{mark|1}} — meaning changed or new meaning added in C++11. | * {{mark|1}} — meaning changed or new meaning added in C++11. | ||
− | * {{mark|2}} — meaning changed or new meaning added in C++17. | + | * {{mark|2}} — new meaning added in C++14. |
− | * {{mark| | + | * {{mark|3}} — meaning changed or new meaning added in C++17. |
− | * {{mark| | + | * {{mark|4}} — meaning changed or new meaning added in C++20. |
− | Note that {{rlt|and}}, {{rlt|bitor}}, {{rlt|or}}, {{rlt|xor}}, {{rlt|compl}}, {{rlt|bitand}}, {{rlt|and_eq}}, {{rlt|or_eq}}, {{rlt|xor_eq}}, {{rlt|not}} | + | * {{mark|5}} — new meaning added in C++23. |
+ | Note that: {{rlt|and}}, {{rlt|bitor}}, {{rlt|or}}, {{rlt|xor}}, {{rlt|compl}}, {{rlt|bitand}}, {{rlt|and_eq}}, {{rlt|or_eq}}, {{rlt|xor_eq}}, {{rlt|not}} and {{rlt|not_eq}} (along with digraphs: {{c|<%}}, {{c|%>}}, {{c|<:}}, {{c|:>}}, {{c|%:}}, {{c|%:%:}}{{rev inl|until=c++17|removed=yes| and trigraphs: {{c|??<}}, {{c|??>}}, {{c|??(}}, {{c|??)}}, {{c|1=??=}}, {{c|??/}}, {{c|??'}}, {{c|??!}}, {{c|??-}}}}) provide an [[cpp/language/operator alternative|alternative way to represent standard tokens]].{{rev inl|since=c++11| These keywords are also considered reserved in attributes (excluding attribute argument lists), but some implementations handle them the same as the others.}} | ||
In addition to keywords, there are ''identifiers with special meaning'', which may be used as names of objects or functions, but have special meaning in certain contexts. | In addition to keywords, there are ''identifiers with special meaning'', which may be used as names of objects or functions, but have special meaning in certain contexts. | ||
Line 121: | Line 122: | ||
|- | |- | ||
| | | | ||
− | + | [[cpp/identifier_with_special_meaning/final|{{tt|final}}]] {{mark c++11}}<br> | |
− | + | [[cpp/identifier_with_special_meaning/override|{{tt|override}}]] {{mark c++11}}<br> | |
− | {{ | + | {{rlt|transaction_safe}} {{mark since tm ts}}<br> |
− | {{ | + | {{rlt|transaction_safe_dynamic}} {{mark since tm ts}}<br> |
− | {{ | + | [[cpp/identifier_with_special_meaning/import|{{tt|import}}]] {{mark c++20}}<br> |
− | {{ | + | [[cpp/identifier_with_special_meaning/module|{{tt|module}}]] {{mark c++20}} |
|} | |} | ||
− | Also, all {{lt|cpp/language/identifiers}} that contain a double underscore {{tt|__}} in any position and each identifier that begins with an underscore followed by an uppercase letter is always reserved and all identifiers that begin with an underscore are reserved for use as names in the global namespace. See {{lt|cpp/language/identifiers}} for more details. | + | Also, all {{lt|cpp/language/identifiers}} that contain a double underscore {{tt|__}} in any position and each identifier that begins with an underscore followed by an uppercase letter is always reserved, and all identifiers that begin with an underscore are reserved for use as names in the global namespace. See {{lt|cpp/language/identifiers}} for more details. |
The namespace {{tt|std}} is used to place names of the standard C++ library. See [[cpp/language/extending std|Extending namespace std]] for the rules about adding names to it. | The namespace {{tt|std}} is used to place names of the standard C++ library. See [[cpp/language/extending std|Extending namespace std]] for the rules about adding names to it. | ||
Line 163: | Line 164: | ||
| | | | ||
{{rlt|export}} {{mark c++20}}<br> | {{rlt|export}} {{mark c++20}}<br> | ||
− | {{ | + | [[cpp/identifier_with_special_meaning/import|{{tt|import}}]] {{mark c++20}}<br> |
− | {{ | + | [[cpp/identifier_with_special_meaning/module|{{tt|module}}]] {{mark c++20}} |
|} | |} | ||
Latest revision as of 20:45, 7 November 2024
This is a list of reserved keywords in C++. Since they are used by the language, these keywords are not available for re-definition or overloading. As an exception, they are not considered reserved in attributes (excluding attribute argument lists).(since C++11)
- (1) — meaning changed or new meaning added in C++11.
- (2) — new meaning added in C++14.
- (3) — meaning changed or new meaning added in C++17.
- (4) — meaning changed or new meaning added in C++20.
- (5) — new meaning added in C++23.
Note that: and
, bitor
, or
, xor
, compl
, bitand
, and_eq
, or_eq
, xor_eq
, not
and not_eq
(along with digraphs: <%, %>, <:, :>, %:, %:%: and trigraphs: ??<, ??>, ??(, ??), ??=, ??/, ??', ??!, ??-(until C++17)) provide an alternative way to represent standard tokens. These keywords are also considered reserved in attributes (excluding attribute argument lists), but some implementations handle them the same as the others.(since C++11)
In addition to keywords, there are identifiers with special meaning, which may be used as names of objects or functions, but have special meaning in certain contexts.
|
Also, all identifiers that contain a double underscore __
in any position and each identifier that begins with an underscore followed by an uppercase letter is always reserved, and all identifiers that begin with an underscore are reserved for use as names in the global namespace. See identifiers for more details.
The namespace std
is used to place names of the standard C++ library. See Extending namespace std for the rules about adding names to it.
The name |
(since C++11) |
The following tokens are recognized by the preprocessor when in context of a preprocessor directive:
defined |
The following tokens are recognized by the preprocessor outside the context of a preprocessor directive:
_Pragma (C++11) |
[edit] See also
C documentation for C keywords
|