if
switch
for
while
do-while
continue
break
goto
return
inline
noexcept
throw
try
catch
decltype
auto
alignas
const
volatile
constexpr
nullptr
typedef
static_cast
dynamic_cast
const_cast
reinterpret_cast
new
delete
this
friend
override
final
explicit
static
用于标记模板定义为被导出,这允许在其他翻译单元中声明但不定义同一模板。
不使用并保留该关键词。
标记一个声明、一组声明或另一模块为当前模块所导出。