I have a QMap<QString, QMultiMap<int, QString> > data;
if I say data.value(key);
-> what will be the return value if value with that key is not present ?
Thanks in advance.
I have a QMap<QString, QMultiMap<int, QString> > data;
if I say data.value(key);
-> what will be the return value if value with that key is not present ?
Thanks in advance.