mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			912 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			912 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
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
 | 
						|
Delete,                 = delete
 | 
						|
Volatile,               volatile
 |