//----下面的可以
vector<TickValue>::iterator iter;iter = iter + 3;
//----下面的不可以
list<TickValue>::iterator iter;iter = iter + 3;
posted on 2008-10-13 11:25 肥仔 閱讀(585) 評論(0) 編輯 收藏 引用 所屬分類: Boost & STL
Powered by: C++博客 Copyright © 肥仔