Search
整形
浮点型
字符型 ''
''
数组类型 []
[]
字符串 ""
""
指针类型 *
*
引用类型 &
&
结构体类型 struct
struct
向量类型 vector
vector
类 class
class
栈 stack
stack
队列 queue
queue
双端队列 deque
deque
哈希表 unordered_map[hash_table]
unordered_map[hash_table]
映射 map
map
集合 Set
Set