C++关键字(C++11)
作者:
biubiuAC
,
2022-03-07 22:14:16
,
所有人可见
,
阅读 245
C++关键字
alignas
alignof
and &&
asm
auto
bitand &
bitor |
bool
bool值=一般不做参数传递
break
case
catch
char == unsigned char Linux; signed char windows
char16_t Unicode
char32_t Unicode
class
compl ~
concept
const multithread
constexpr
const_cast
continue
decltype
decltype() 该类型
decltype(() 该类型引用
default
delete
do
double
dynamic_cast
else
enum
explicit
export(废弃)
extern
false
float
for
friend
goto
if
inline
int
mutable
namesapce
new
noexcept
operator
private
protected
reinterpret_cast
static_cast同种转换
const_cast
dynamic_cast
c_like_cast
requires
sizeof
static_assert
template
thread_local
throw
typename
union
unsigned
using
virtual
volatile