mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
599 B
599 B
1 | Invalid | INVALID |
---|---|---|
2 | Consteval | consteval |
3 | Constexpr | constexpr |
4 | Constinit | constinit |
5 | Explicit | explicit |
6 | External_Linkage | extern |
7 | Global | global |
8 | Inline | inline |
9 | Internal_Linkage | internal |
10 | Local_Persist | local_persist |
11 | Mutable | mutable |
12 | NeverInline | neverinline |
13 | Ptr | * |
14 | Ref | & |
15 | Register | register |
16 | RValue | && |
17 | Static | static |
18 | Thread_Local | thread_local |
19 | Volatile | volatile |
20 | Virtual | virtual |
21 | Const | const |
22 | Final | final |
23 | Override | override |