|
|
1
17
http://www.sgi.com/tech/stl/Multimap.html
所以它应该看起来像这样:
另请参见: What happens if you call erase() on a map element while iterating from begin to end? 和 |
|
|
2
1
C++标准23.1.2.8:
这是所有关联容器的共同要求,std::multimap就是其中之一。 |