2012年11月9日

(转)解析bind1st和bind2nd的使用

摘要: 1、首先看一个容器的操作: void f(std::vector<int> &vect) { std::vector<int>::iterator firstOne; for (firstOne = vect.begin(); firstOne != vect.end(); ++firstOne) { ... 阅读全文

posted @ 2012-11-09 10:46 CrunchYou 阅读(3943) 评论(0) 推荐(2) 编辑

导航