std::pair<int, std::string>;
using tVector = std::vector<tData>;
2.
typedef std::pair<int, std::string> tData;
typedef std::vector<tData> tVector;
using используй, он легче читается
Первый
Обсуждают сегодня