C++ keywords
From Cppreference
C++ Standard Library | ||||
---|---|---|---|---|
C++ language | ||||
C++ keywords | ||||
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.
and |
enum |
return |
- (1) - meaning changed in C++11
Note that and, bitor, or, xor, compl, bitand, and_eq, or_eq, xor_eq, not, and not_eq (along with the digraphs <%, %>, <:, :>, %:, and %:%:) provide an alternative way to represent standard tokens.