标签: c++ c++11 std
我创建了一个unordered_map:
std::unordered_map<int, std::vector<int> > list;
list.clear()
答案 0 :(得分:4)