Relative Content

Tag Archive for c++templatesmultiple-inheritance

Override function with variadic template inheritance

I have a class that inherits from 2 sets of base classes, according to variadic template arguments. One of those sets defines a virtual function. I want to do something like this but I’m not sure how it could compile:

Override function with variadic template inherance

I have a class inherits from 2 sets base classes, according to variadic template arguments. One of those sets defines a virtual function. I want to do something like this but I’m not sure how it could compile: