Initialize Objective-C NSDictionary from C ++ std :: map

Is there a smart way without brute force to initialize an NSDictionary using the contents of std :: map? FWIW, in my particular case, both the keys and the std :: map values ​​are std :: string objects. Thank.

+3
source share

All Articles