zl程序教程

您现在的位置是:首页 >  后端

当前栏目

C++ map插入成功与否判断

C++Map 判断 成功 插入 与否
2023-09-14 09:07:08 时间
map<int,int>mymap;
pair<map<int, int>::iterator, bool> ret;
ret=mymap.insert(pair<int