wooden-horse-84574
05/25/2023, 6:44 AMExprOf<Class<T>>
. Normally I can just pass eg Foo
to it, which is a normal class, eg cursedFunc( Foo )
But... I want to pass in a generic However, cursedFunc( Foo<Bar> );
is a syntax error (Expected expression), but if I just pass Foo
without type qualifier, I get "Could not determine type for parameter T"