首页 > 代码库 > std::map常用方法

std::map常用方法

map<string, int> Employees; 

Employees["Mike C."] = 12306;  

Employees.insert(make_pair("Peter Q.", 5328));