-
Notifications
You must be signed in to change notification settings - Fork 0
/
cxx14_index.json
140 lines (122 loc) · 4.23 KB
/
cxx14_index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"intro.compliance" : "1.4",
"intro.multithread" : "1.10",
"lex.key" : "2.12",
"basic.def.odr" : "3.2",
"basic.scope.namespace" : "3.3.6",
"basic.lookup" : "3.4",
"basic.types" : "3.9",
"basic.fundamental" : "3.9.1",
"basic.compound" : "3.9.2",
"conv" : "4",
"expr" : "5",
"expr.prim" : "5.1",
"expr.prim.general" : "5.1.1",
"expr.prim.lambda" : "5.1.2",
"expr.prim.req" : "5.1.3",
"expr.prim.fold" : "5.1.4",
"expr.typeid" : "5.2.8",
"expr.unary" : "5.3",
"expr.unary.op" : "5.3.1",
"expr.pre.incr" : "5.3.2",
"expr.sizeof" : "5.3.3",
"expr.new" : "5.3.4",
"expr.delete" : "5.3.5",
"expr.alignof" : "5.3.6",
"expr.unary.noexcept" : "5.3.7",
"expr.const" : "5.19",
"stmt.block" : "6.3",
"stmt.for" : "6.5.3",
"dcl.dcl" : "7",
"dcl.spec" : "7.1",
"dcl.fct.spec" : "7.1.2",
"dcl.constexpr" : "7.1.5",
"dcl.type" : "7.1.6",
"dcl.type.cv" : "7.1.6.1",
"dcl.type.simple" : "7.1.6.2",
"dcl.type.elab" : "7.1.6.3",
"dcl.spec.auto" : "7.1.6.4",
"dcl.decl" : "8",
"dcl.name" : "8.1",
"dcl.ambig.res" : "8.2",
"dcl.meaning" : "8.3",
"dcl.fct" : "8.3.5",
"dcl.fct.default" : "8.3.6",
"dcl.fct.def" : "8.4",
"dcl.fct.def.general" : "8.4.1",
"dcl.init.list" : "8.5.4",
"class" : "9",
"class.name" : "9.1",
"class.mem" : "9.2",
"class.derived" : "10",
"class.mi" : "10.1",
"class.member.lookup" : "10.2",
"class.virtual" : "10.3",
"class.abstract" : "10.4",
"class.ctor" : "12.1",
"class.dtor" : "12.4",
"over" : "13",
"over.load" : "13.1",
"over.dcl" : "13.2",
"over.match" : "13.3",
"over.match.funcs" : "13.3.1",
"over.match.viable" : "13.3.2",
"over.match.best" : "13.3.3",
"over.over" : "13.4",
"over.oper" : "13.5",
"over.call" : "13.5.4",
"over.built" : "13.6",
"temp" : "14",
"temp.param" : "14.1",
"temp.names" : "14.2",
"temp.arg" : "14.3",
"temp.arg.type" : "14.3.1",
"temp.arg.nontype" : "14.3.2",
"temp.arg.template" : "14.3.3",
"temp.type" : "14.4",
"temp.dcls" : "14.5",
"temp.class" : "14.5.1",
"temp.mem.func" : "14.5.1.1",
"temp.mem.class" : "14.5.1.2",
"temp.static" : "14.5.1.3",
"temp.mem.enum" : "14.5.1.4",
"temp.mem" : "14.5.2",
"temp.variadic" : "14.5.3",
"temp.friend" : "14.5.4",
"temp.class.spec.match" : "14.5.5.1",
"temp.class.order" : "14.5.5.2",
"temp.class.spec.mfunc" : "14.5.5.3",
"temp.fct" : "14.5.6",
"temp.over.link" : "14.5.6.1",
"temp.func.order" : "14.5.6.2",
"temp.res" : "14.6",
"temp.local" : "14.6.1",
"temp.dep" : "14.6.2",
"temp.dep.type" : "14.6.2.1",
"temp.dep.expr" : "14.6.2.2",
"temp.dep.constexpr" : "14.6.2.3",
"temp.dep.temp" : "14.6.2.4",
"temp.nondep" : "14.6.2",
"temp.dep.res" : "14.6.3",
"temp.inject" : "14.6.4",
"temp.spec" : "14.7",
"temp.inst" : "14.7.1",
"temp.explicit" : "14.7.2",
"temp.expl.spec" : "14.7.3",
"temp.deduct" : "14.8.2",
"temp.deduct.call" : "14.8.2.1",
"temp.deduct.funcaddr" : "14.8.2.2",
"temp.deduct.conv" : "14.8.2.3",
"temp.deduct.partial" : "14.8.2.4",
"temp.deduct.type" : "14.8.2.5",
"temp.deduct.decl" : "14.8.2.6",
"except" : "15",
"except.throw" : "15.1",
"except.ctor" : "15.2",
"except.handle" : "15.3",
"except.spec" : "15.4",
"except.special" : "15.5",
"except.terminate" : "15.5.1",
"except.unexcpected" : "15.5.2",
"except.uncaught" : "15.5.3"
}