Что-то вроде :
Код: Выделить всё
template
class factory {
public:
using container = t_container;
}
Код: Выделить всё
...
factory::container my_container;
...
Подробнее здесь: https://stackoverflow.com/questions/781 ... ement-type
Код: Выделить всё
template
class factory {
public:
using container = t_container;
}
Код: Выделить всё
...
factory::container my_container;
...