PDA

View Full Version : std::multimap



phillip_Qt
21st November 2007, 11:30
Hi all

Can any body tell me what is the equivalent of std::multimap in Qt?


Thanks to all.

jpn
21st November 2007, 11:32
Launch Qt Assistant (there's a shortcut in Start-menu) and write "multimap" to index-tab.

phillip_Qt
21st November 2007, 11:33
thanks a lot.

phillip_Qt
21st November 2007, 11:36
it is passed in QMultimap like fellows.
QMultiMap<QString, int>
can i pass the argument QMultiMap<qint32, qint32>?

wysota
21st November 2007, 12:59
Have you tried doing so?