1

Is it possible to do something like:

template<class T...>
class multi : public t1, public t2, ... {
...
};

Where t1 is the first template argument, t2 the second, and so forth.

Thanks in advance, and I will clean up the formatting when I get access to a real computer.

Anthony
  • 12,177
  • 9
  • 69
  • 105
user318904
  • 2,968
  • 4
  • 28
  • 37

0 Answers0