In C++, I have a map<string, string>, containing an unknown number of entries. How can I pass this to a Lua function, so that the Lua function can use the data as a table?
In C++, I have a map<string, string> , containing an unknown number of entries.
Share
if you want a real lua table:
with the right types for your map substituted in..