mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 07:44:45 -08:00
28 lines
879 B
Plaintext
28 lines
879 B
Plaintext
|
Invalid, INVALID
|
||
|
Consteval, consteval
|
||
|
Constexpr, constexpr
|
||
|
Constinit, constinit
|
||
|
Explicit, explicit
|
||
|
External_Linkage, extern
|
||
|
ForceInline, FORCEINLINE
|
||
|
ForceInline_Debuggable, FORCEINLINE_DEBUGGABLE
|
||
|
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
|
||
|
Virtual, virtual
|
||
|
Const, const
|
||
|
Final, final
|
||
|
NoExceptions, noexcept
|
||
|
Override, override
|
||
|
Pure, = 0
|
||
|
Volatile, volatile
|