If I have a stl map with the next content :
"a",1
"h",4
"s",8
"t",1
"v" 2
,....
how to convert from iterator to index ?
If my iterator is pointing to "s", how can I obtain that is the 'index' 2 of Mymap?
And .... MyMap["h"] to iterator.begin ? or iterator.end ?
Thanks
Bookmarks