摘要: 对于STL的遍历操作,可以使用std:for_each,但是使用std:for_each的话,操作起来不是很灵活。1 // for_each. Apply a function to every element of a range.2 template 3 _Function for_each(... 阅读全文