mirror of
https://github.com/osmarks/random-stuff
synced 2024-11-08 13:39:53 +00:00
1.2 KiB
1.2 KiB
1 | NUM | 20 |
---|---|---|
2 | STRING | 21 |
3 | CHAR | 22 |
4 | BOOL | 23 |
5 | LITERAL | 24 |
6 | std | 25 |
7 | cout | 26 |
8 | cin | 27 |
9 | vector | 28 |
10 | pair | 29 |
11 | string | 30 |
12 | NULL | 31 |
13 | size_t | 32 |
14 | DEC | 33 |
15 | REF | 34 |
16 | USE | 35 |
17 | IDENT | 36 |
18 | = | 37 |
19 | += | 38 |
20 | -= | 39 |
21 | *= | 40 |
22 | /= | 41 |
23 | %= | 42 |
24 | &= | 43 |
25 | |= | 44 |
26 | ^= | 45 |
27 | <<= | 46 |
28 | >>= | 47 |
29 | + | 48 |
30 | - | 49 |
31 | * | 50 |
32 | / | 51 |
33 | % | 52 |
34 | ~ | 53 |
35 | & | 54 |
36 | | | 55 |
37 | ^ | 56 |
38 | << | 57 |
39 | >> | 58 |
40 | ! | 59 |
41 | && | 60 |
42 | || | 61 |
43 | == | 62 |
44 | != | 63 |
45 | < | 64 |
46 | > | 65 |
47 | <= | 66 |
48 | >= | 67 |
49 | . | 68 |
50 | , | 69 |
51 | [ | 70 |
52 | ] | 71 |
53 | : | 72 |
54 | :: | 73 |
55 | -> | 74 |
56 | ? | 75 |
57 | alignas | 76 |
58 | alignof | 77 |
59 | and | 78 |
60 | and_eq | 79 |
61 | asm | 80 |
62 | auto | 81 |
63 | bitand | 82 |
64 | bitor | 83 |
65 | bool | 84 |
66 | break | 85 |
67 | case | 86 |
68 | catch | 87 |
69 | char | 88 |
70 | class | 89 |
71 | compl | 90 |
72 | const | 91 |
73 | constexpr | 92 |
74 | const_cast | 93 |
75 | continue | 94 |
76 | decltype | 95 |
77 | default | 96 |
78 | delete | 97 |
79 | do | 98 |
80 | double | 99 |
81 | else | 100 |
82 | enum | 101 |
83 | explicit | 102 |
84 | export | 103 |
85 | extern | 104 |
86 | false | 105 |
87 | float | 106 |
88 | for | 107 |
89 | friend | 108 |
90 | goto | 109 |
91 | if | 110 |
92 | inline | 111 |
93 | int | 112 |
94 | long | 113 |
95 | mutable | 114 |
96 | namespace | 115 |
97 | new | 116 |
98 | noexcept | 117 |
99 | not | 118 |
100 | not_eq | 119 |
101 | nullptr | 120 |
102 | operator | 121 |
103 | or | 122 |
104 | or_eq | 123 |
105 | private | 124 |
106 | protected | 125 |
107 | public | 126 |
108 | register | 127 |
109 | return | 128 |
110 | short | 129 |
111 | signed | 130 |
112 | sizeof | 131 |
113 | static | 132 |
114 | static_cast | 133 |
115 | struct | 134 |
116 | switch | 135 |
117 | template | 136 |
118 | this | 137 |
119 | thread_local | 138 |
120 | throw | 139 |
121 | true | 140 |
122 | try | 141 |
123 | typedef | 142 |
124 | typeid | 143 |
125 | typename | 144 |
126 | union | 145 |
127 | unsigned | 146 |
128 | using | 147 |
129 | virtual | 148 |
130 | void | 149 |
131 | volatile | 150 |
132 | wchar_t | 151 |
133 | while | 152 |
134 | xor | 153 |
135 | xor_eq | 154 |
136 | .* | 155 |
137 | ->* | 156 |
138 | ++ | 157 |
139 | -- | 158 |
140 | __func__ | 159 |
141 | # | 160 |
142 | reinterpret_cast | 161 |