std::map中函数用法集合
摘要:
1 STL的map表里有一个erase方法用来从一个map中删除掉指令的节点 2 eg: 3 map mapTest; 4 typedef map::iterator ITER; 5 ITER iter=mapTest.find(key); 6 mapTest.erase(iter... 阅读全文
posted @ 2014-05-13 14:23 阳台 阅读(466) 评论(0) 推荐(0)
posted @ 2014-05-13 14:23 阳台 阅读(466) 评论(0) 推荐(0)