C++关键字

C++关键字共有84个

alignas (c++11)

char

do

goto

operator

static

typeid

alignof (c++11)

char16_t (c++11)

double

if

or

static_assert (c++11)

typename

and

char32_t (c++11)

dynamic_cast

inline

or_eq

static_cast

union

and_eq

class

else

int

private

struct

unsigned

asm

compl

enum

long

protected

switch

using

auto

const

explicit

mutable

public

template

virtual

bitand

constexpr (c++11)

export

namespace

register

this

void

bitor

const_cast (c++11)

extern

new

reinterpret_cast

thread_local (c++11)

volatile

bool

continue

false

noexcept (c++11)

return

throw

wchar_t

break

decltype (c++11)

float

not

short

true

while

case

default

for

not_eq

signed

try

xor

catch

delete

friend

nullptr (c++11)

sizeof

typedef

xor_eq

override 和 final 在某些语境有特殊含义

原文链接: https://www.cnblogs.com/chenkkkabc/archive/2013/04/30/3052372.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    C++关键字

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/86542

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月9日 下午10:38
下一篇 2023年2月9日 下午10:38

相关推荐