| C++ keywords etc. |
| 1 | c++ |
| 2 | cpp |
| 3 | { |
| 4 | } |
| 5 | ; |
| 6 | :: |
| 7 | & |
| 8 | && |
| 9 | #include |
| 10 | #define |
| 11 | #ifdef |
| 12 | #if |
| 13 | #if defined |
| 14 | #pragma |
| 15 | #pragma omp |
| 16 | #pragma omp parallel |
| 17 | #pragma omp parallel for |
| 18 | #else |
| 19 | #endif |
| 20 | __attribute__ |
| 21 | __attribute__((visibility( |
| 22 | __declspec |
| 23 | dllexport |
| 24 | dllimport |
| 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 | m_ |
| 52 | string |
| 53 | vector |
| 54 | map |
| 55 | . |
| 56 | alignas |
| 57 | alignof |
| 58 | ; |
| 59 | and |
| 60 | and_eq |
| 61 | array |
| 62 | asm |
| 63 | atomic |
| 64 | { |
| 65 | auto |
| 66 | bitand |
| 67 | bitor |
| 68 | bool |
| 69 | break |
| 70 | . |
| 71 | case |
| 72 | } |
| 73 | catch |
| 74 | char |
| 75 | { |
| 76 | } |
| 77 | char16_t |
| 78 | ; |
| 79 | char32_t |
| 80 | class |
| 81 | class |
| 82 | class |
| 83 | class |
| 84 | class |
| 85 | class |
| 86 | compl |
| 87 | const |
| 88 | const |
| 89 | const |
| 90 | const |
| 91 | constexpr |
| 92 | const_cast |
| 93 | { |
| 94 | continue |
| 95 | decltype |
| 96 | default |
| 97 | delete |
| 98 | . |
| 99 | do |
| 100 | double |
| 101 | } |
| 102 | dynamic_cast |
| 103 | dynamic_pointer_cast |
| 104 | else |
| 105 | ; |
| 106 | enum |
| 107 | explicit |
| 108 | export |
| 109 | ; |
| 110 | extern |
| 111 | false |
| 112 | . |
| 113 | final |
| 114 | float |
| 115 | for |
| 116 | { |
| 117 | friend |
| 118 | future |
| 119 | if |
| 120 | inline |
| 121 | int |
| 122 | ; |
| 123 | long |
| 124 | mutable |
| 125 | namespace |
| 126 | new |
| 127 | } |
| 128 | noexcept |
| 129 | noreturn |
| 130 | not |
| 131 | not_eq |
| 132 | nullptr |
| 133 | nullptr_t |
| 134 | ; |
| 135 | operator |
| 136 | or |
| 137 | or_eq |
| 138 | override |
| 139 | private |
| 140 | . |
| 141 | protected |
| 142 | public |
| 143 | register |
| 144 | reinterpret_cast |
| 145 | ; |
| 146 | return |
| 147 | shared_ptr |
| 148 | short |
| 149 | signed |
| 150 | sizeof |
| 151 | { |
| 152 | static |
| 153 | static_assert |
| 154 | static_cast |
| 155 | std |
| 156 | struct |
| 157 | struct |
| 158 | struct |
| 159 | struct |
| 160 | struct |
| 161 | switch |
| 162 | . |
| 163 | template |
| 164 | this |
| 165 | ; |
| 166 | thread_local |
| 167 | throw |
| 168 | } |
| 169 | true |
| 170 | try |
| 171 | typedef |
| 172 | typeid |
| 173 | typename |
| 174 | union |
| 175 | ; |
| 176 | unique_ptr |
| 177 | unordered_map |
| 178 | unsigned |
| 179 | using |
| 180 | virtual |
| 181 | void |
| 182 | volatile |
| 183 | wchar_t |
| 184 | weak_ptr |
| 185 | while |
| 186 | xor |
| 187 | xor_eq |
| 188 | { |
| 189 | } |
| 190 | > |
| 191 | < |
| 192 | >> |
| 193 | << |
| 194 | <= |
| 195 | >= |
| 196 | -> |
Комментарии
<
>>
<<
<=
>=
->
На момент написания этого коммента баг выглядит след. образом: в момент подсветки в тексте каждые > заменяются на что-то вроде >, < — на < и т.п.