Given that, you can replace the std::make_pair(a,b) with {a,b}, which is much more compact. Code: const std::vector<std::pair<std::string, std ...
確定! 回上一頁