我有一個類實例,它的實例存儲在一個QMap/Map中,並且有一個Key:int,value:order模式。一切都很好,直到我開始通過地圖迭代和訪問class.First的我試圖打印出的順序功能的對象使用值是getter方法 例如: orderSet.value(i).getDate().toString("dd/MM/yyyy");
//OrderSet is my map
然而,這產生了
我想用 QMultiMap<double, TSortable>::const_iterator it;`
遍歷一個QMultiMap但是編譯器會抱怨 error: expected ‘;’ before ‘it’
導致 error: ‘it’ was not declared in this scope
在每次使用。我試過ConstIterator,const_iterator甚至更