命名空间
变体
操作

索引

来自 cppreference.cn
< cpp


有关 C++ 标准库中定义的符号列表,请参阅 std 符号索引

目录

[编辑]
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z


[编辑] A

抽象类
alignas
alignof
<algorithm>
数组
<array> (自 C++11 起)
ASCII
asm
汇编
<atomic> (自 C++11 起)
原子操作
属性 (C++11)

[编辑] B

位域
bool
字节

[编辑] C

转型运算符 (另见 类型转换)
字符类型

类型转型 (另见 类型转换)

类数据成员
类模板
注释

构造函数

转换
复制
默认
委托 (C++11)
继承 (C++11)
移动 (C++11)

容器
类型转换

[编辑] D

decltype (C++11)

[编辑] E

表达式
explicit

[编辑] F

final
浮点类型

[编辑] G

glvalue

[编辑] H

头文件

<algorithm>
<array> (自 C++11 起)
<atomic> (自 C++11 起)
<bitset>
<cassert>
<ccomplex> (自 C++11 起)
<cctype>
<cerrno>
<cfenv> (自 C++11 起)
<cfloat>
<chrono>
<cinttypes> (自 C++11 起)
<ciso646>
<climits>
<clocale>
<cmath>
<codecvt> (自 C++11 起)
<condition_variable> (自 C++11 起)
<complex>
<csignal>
<csetjmp>
<cstdalign> (自 C++11 起)
<cstdarg>
<cstdbool> (自 C++11 起)
<cstddef>
<cstdint> (自 C++11 起)
<cstdio>
<ctime>
<ctgmath> (自 C++11 起)
<cwchar>
<cwctype>
<cuchar>
<exception>
<forward_list> (自 C++11 起)
<fstream>
<functional>
<future> (自 C++11 起)
<initializer_list> (自 C++11 起)
<iomanip>
<ios>
<iosfwd>
<iostream>
<iterator>
<locale>
<limits>
<list>
<map>
<memory>
<mutex> (自 C++11 起)
<new>
<numeric>
<queue>
<random> (自 C++11 起)
<ratio> (自 C++11 起)
<regex> (自 C++11 起)
<scoped_allocator> (自 C++11 起)
<set>
<shared_mutex> (自 C++11 起)
<sstream>
<stack>
<stdexcept>
<streambuf>
<string>
<strstream>
<system_error>
<thread> (自 C++11 起)
<tuple> (自 C++11 起)
<typeindex> (自 C++11 起)
<type_traits> (自 C++11 起)
<unordered_map> (自 C++11 起)
<unordered_set> (自 C++11 起)
<utility>
<valarray>
<vector>

[编辑] I

标识符
初始化

初始化列表
<initializer_list> (自 C++11 起)
int (另见 整数类型)
整数类型
<iomanip>
<ios>
<iosfwd>
<iostream>
<iterator>

[编辑] K

关键字, C++

[编辑] L

lvalue

[编辑] M

main()
成员函数
内存模型
mutable

[编辑] O

对象
运算符
运算符优先级

[编辑] P

指针
预处理器
prvalue (自 C++11 起)

[编辑] R

rvalue (直到 C++11)

[编辑] S

作用域

SFINAE (替换失败不是错误)
short (另见 整数类型)
short int (另见 整数类型)
signed (另见 整数类型)
signed int (另见 整数类型)
signed long (另见 整数类型)
signed long int (另见 整数类型)
signed long long (另见 整数类型)
signed long long int (另见 整数类型)
signed short (另见 整数类型)
signed short int (另见 整数类型)
static
静态数据成员

[编辑] T

模板
this
类型
类型别名
typedef
typeid

[编辑] U

联合体
用户自定义字面量 (自 C++11 起)

[编辑] V

值类别
variadic_arguments
void

[编辑] X

xvalue