索引
| 本頁面正在編寫中,可能存在不準確之處 |
有關 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
抽象類別 (abstract class)
alignas
alignof
<algorithm>
array
<array> (C++11 起)
ASCII
asm
組合語言 (assembly)
<atomic> (C++11 起)
原子操作 (atomic operation)
屬性 (attribute) (C++11)
[編輯] B
[編輯] C
轉型運算子 (casting operator) (亦見 型別轉換)
字元型別
型別轉型 (casting, type) (亦見 型別轉換)
class
類別資料成員 (class data member)
類別樣板
註解 (comment)
轉換 (converting)
copy
default (預設值)
委派 (delegating) (C++11)
繼承 (inheriting) (C++11)
移動 (move) (C++11)
容器 (container)
型別轉換 (conversion, type)
[編輯] D
decltype (C++11)
[編輯] E
[編輯] F
final
浮點型別 (floating-point type)
[編輯] G
[編輯] 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
聚合 (aggregate)
大括號 (brace) (亦見 聚合初始化)
常數 (constant)
copy
default (預設值)
直接 (direct)
list
reference
value
零
初始化列表 (initializer list)
<initializer_list> (C++11 起)
int (亦見 整數型別)
整數型別 (integer type)
<iomanip>
<ios>
<iosfwd>
<iostream>
<iterator>
[編輯] K
[編輯] L
[編輯] M
main()
成員函式 (member function)
記憶體模型 (memory model)
mutable
[編輯] O
[編輯] P
pointer
預處理器 (preprocessor)
純右值 (prvalue) (C++11 起)
[編輯] R
右值 (rvalue) (C++11 前)
[編輯] S
class
區塊 (block)
函式原型 (function prototype)
function
列舉 (enumeration)
namespace
模板參數 (template parameter)
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
靜態資料成員 (static data members)
[編輯] T
template
this
type (型別)
型別別名 (type alias)
typedef
typeid
[編輯] U
union
使用者定義字面量 (user-defined literals) (C++11 起)
[編輯] V
值類別
可變參數 (variadic_arguments)
void