C++中使用map作为函数参数
文章目录使用iterator今天重载map的输出,需要使用map作为函数参数。找到了一种解决办法,应该是一种通法,STL一般都可以这种方法作为函数参数。使用iteratorostream& operator<<(ostream& os, const map<node, int>::iterator m) { os << m->first.first &l