随笔分类 -  STL/BOOST

摘要:IntArray arrTest;arrTest.append(1);arrTest.append(1);arrTest.append(1);arrTest.append(1);arrTest.append(1);arrTest.append(1);IntArray other;arrayForeachT(arrTest, BD<int>(&IntArray::append, BST::ref(other), _1)); // OKarrayForeachT(arrTest, BD<int>(&IntArray::append, &other, 阅读全文
posted @ 2012-08-20 15:05 胖胖熊 阅读(205) 评论(0) 推荐(0)