I have e.g.
Код: Выделить всё
structКод: Выделить всё
struct _Token { _DataTypes Type; std::string Value; }; But I want I want Value would be
Код: Выделить всё
(std::string || char): Value;Код: Выделить всё
unionИсточник: https://stackoverflow.com/questions/781 ... n-variable
Мобильная версия