On Tuesday, 26 January 2021 at 04:39:07 UTC, Jack wrote:
Can I pass the base class type thought template parameter? something like this:

[...]

You have it almost right:

class C(alias T) //....

Template is not type but symbol.

Reply via email to