随笔分类 - 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,
阅读全文
浙公网安备 33010602011771号