Код: Выделить всё
template class Input {};
template class Output{};
template class Calculable : public Input, Output
{
using inputType = I;
using outputType = O;
};
template class Example : public Calculable {};
Код: Выделить всё
public class Example extends Calculable{}
What do I write here ^ ^
Подробнее здесь: https://stackoverflow.com/questions/480 ... -framework
Мобильная версия