Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はQMap<QString, QMultiMap<int, QString> > data;
QMap<QString, QMultiMap<int, QString> > data;
私が言うならdata.value(key); ->そのキーの値が存在しない場合、戻り値はどうなりますか?
data.value(key);
前もって感謝します。