Answer the question
In order to leave comments, you need to log in
Map how to iterate over a map and return keys and values?
I can't figure out how to pass through a map like map>
Example
map<string, map<string, string>> getLocaleVal(string s)
{
map<string, map<string, string>> loc = {
{"menu_main"},
{"action_menu", "translate"}
};
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question