Код: Выделить всё
template
struct Container {
...
};
template::type>
struct Container {
...
};
Подробнее здесь: https://stackoverflow.com/questions/366 ... meter-type
Код: Выделить всё
template
struct Container {
...
};
template::type>
struct Container {
...
};