mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
24 lines
599 B
Plaintext
24 lines
599 B
Plaintext
Invalid, INVALID
|
|
Consteval, consteval
|
|
Constexpr, constexpr
|
|
Constinit, constinit
|
|
Explicit, explicit
|
|
External_Linkage, extern
|
|
Global, global
|
|
Inline, inline
|
|
Internal_Linkage, internal
|
|
Local_Persist, local_persist
|
|
Mutable, mutable
|
|
NeverInline, neverinline
|
|
Ptr, *
|
|
Ref, &
|
|
Register, register
|
|
RValue, &&
|
|
Static, static
|
|
Thread_Local, thread_local
|
|
Volatile, volatile
|
|
Virtual, virtual
|
|
Const, const
|
|
Final, final
|
|
Override, override
|