No viable constructor or deduction guide for deduction of template arguments of class, candidate template ignored: couldn’t infer template argument
So I’m working with templates in a class that inherits another class and I’m trying to create an instance of the derive class, without using the template. Is there any way to achieve this and how? And how can I set Func f
to be equal to some default value?