for
(auto &kv : myMap) { count<<kv.first<<" has value "<<kv.second<<endl; }

 

相关文章: