2023-07-26 14:21:20 -04:00
|
|
|
Invalid, INVALID
|
|
|
|
Consteval, consteval
|
|
|
|
Constexpr, constexpr
|
|
|
|
Constinit, constinit
|
|
|
|
Explicit, explicit
|
|
|
|
External_Linkage, extern
|
2023-08-21 20:30:13 -04:00
|
|
|
ForceInline, forceinline
|
2023-07-26 14:21:20 -04:00
|
|
|
Global, global
|
|
|
|
Inline, inline
|
|
|
|
Internal_Linkage, internal
|
|
|
|
Local_Persist, local_persist
|
|
|
|
Mutable, mutable
|
2023-08-02 12:39:35 -04:00
|
|
|
NeverInline, neverinline
|
2023-07-26 14:21:20 -04:00
|
|
|
Ptr, *
|
|
|
|
Ref, &
|
|
|
|
Register, register
|
|
|
|
RValue, &&
|
|
|
|
Static, static
|
|
|
|
Thread_Local, thread_local
|
|
|
|
Virtual, virtual
|
|
|
|
Const, const
|
|
|
|
Final, final
|
2023-09-05 01:44:04 -04:00
|
|
|
NoExceptions, noexcept
|
2023-07-26 14:21:20 -04:00
|
|
|
Override, override
|
2023-08-07 03:10:45 -04:00
|
|
|
Pure, = 0
|
2023-11-21 20:04:57 -05:00
|
|
|
Volatile, volatile
|