Hi all
Can any body tell me what is the equivalent of std::multimap in Qt?
Thanks to all.
Printable View
Hi all
Can any body tell me what is the equivalent of std::multimap in Qt?
Thanks to all.
Launch Qt Assistant (there's a shortcut in Start-menu) and write "multimap" to index-tab.
thanks a lot.
it is passed in QMultimap like fellows.
QMultiMap<QString, int>
can i pass the argument QMultiMap<qint32, qint32>?
Have you tried doing so?