Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save chrisipanaque/f8b780fe96bf87e0f62397bd8fafc5ae to your computer and use it in GitHub Desktop.

Select an option

Save chrisipanaque/f8b780fe96bf87e0f62397bd8fafc5ae to your computer and use it in GitHub Desktop.
cpp_keywords
int
return
if
for
while
class
public
private
void
const
auto
bool
true
false
include
namespace
using
std
string
switch
case
break
continue
else
struct
template
typename
static
virtual
override
nullptr
new
delete
this
try
catch
throw
enum
inline
friend
operator
sizeof
typedef
using
constexpr
consteval
constinit
mutable
volatile
extern
register
signed
unsigned
short
long
float
double
char
wchar_t
char8_t
char16_t
char32_t
union
goto
do
default
protected
explicit
export
concept
requires
co_await
co_return
co_yield
thread_local
noexcept
dynamic_cast
static_cast
reinterpret_cast
const_cast
typeid
asm
alignas
alignof
bitand
bitor
compl
not
not_eq
and
and_eq
or
or_eq
xor
xor_eq
final
decltype
module
import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment